Stretch onboarding dialog content vertically
| @@ -5835,6 +5835,7 @@ | ||
| 5835 | 5835 | Enable simple UI mode |
| 5836 | 5836 | </span> |
| 5837 | 5837 | </label> |
| 5838 | + <div class="expander"></div> | |
| 5838 | 5839 | <div class="textAlignCenter"> |
| 5839 | 5840 | <h3 data-i18n="Looking for AI characters?"> |
| 5840 | 5841 | Looking for AI characters? |
| @@ -5853,6 +5854,7 @@ | ||
| 5853 | 5854 | </span> |
| 5854 | 5855 | </span> |
| 5855 | 5856 | </div> |
| 5857 | + <div class="expander"></div> | |
| 5856 | 5858 | <h3 data-i18n="Your Persona"> |
| 5857 | 5859 | Your Persona |
| 5858 | 5860 | </h3> |
| @@ -5284,6 +5284,7 @@ body:not(.movingUI) .drawer-content.maximized { | ||
| 5284 | 5284 | flex-direction: column; |
| 5285 | 5285 | gap: 10px; |
| 5286 | 5286 | text-align: left; |
| 5287 | + height: 100%; | |
| 5287 | 5288 | } |
| 5288 | 5289 | |
| 5289 | 5290 | .onboarding span.menu_button { |