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