Stretch onboarding dialog content vertically

f4bc93a90ba7a3d429c711eaffc92757b84a09d4

Cohee <18619528+Cohee1207@users.noreply.github.com>

2 files changed, +4 -1Ignore whitespace
public/index.html+3 -1
@@ -5835,6 +5835,7 @@
5835 Enable simple UI mode5835 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 Persona5859 Your Persona
5858 </h3>5860 </h3>
@@ -6544,4 +6546,4 @@
6544 </script>6546 </script>
6545</body>6547</body>
65466548
6547</html>
6547 \ No newline at end of file \ No newline at end of file
6549</html>
public/style.css+1 -0
@@ -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}
52885289
5289.onboarding span.menu_button {5290.onboarding span.menu_button {