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 @@
58355835 Enable simple UI mode
58365836 </span>
58375837 </label>
5838+ <div class="expander"></div>
58385839 <div class="textAlignCenter">
58395840 <h3 data-i18n="Looking for AI characters?">
58405841 Looking for AI characters?
@@ -5853,6 +5854,7 @@
58535854 </span>
58545855 </span>
58555856 </div>
5857+ <div class="expander"></div>
58565858 <h3 data-i18n="Your Persona">
58575859 Your Persona
58585860 </h3>
@@ -6544,4 +6546,4 @@
65446546 </script>
65456547</body>
65466548
6547-</html>
6547 \ No newline at end of file
6549+</html>
public/style.css+1 -0
@@ -5284,6 +5284,7 @@ body:not(.movingUI) .drawer-content.maximized {
52845284 flex-direction: column;
52855285 gap: 10px;
52865286 text-align: left;
5287+ height: 100%;
52875288}
52885289
52895290.onboarding span.menu_button {