Stretch onboarding dialog content vertically

This commit is contained in:
Cohee
2024-08-02 23:31:18 +03:00
parent 4b61bcc741
commit f4bc93a90b
2 changed files with 4 additions and 1 deletions

View File

@ -5835,6 +5835,7 @@
Enable simple UI mode Enable simple UI mode
</span> </span>
</label> </label>
<div class="expander"></div>
<div class="textAlignCenter"> <div class="textAlignCenter">
<h3 data-i18n="Looking for AI characters?"> <h3 data-i18n="Looking for AI characters?">
Looking for AI characters? Looking for AI characters?
@ -5853,6 +5854,7 @@
</span> </span>
</span> </span>
</div> </div>
<div class="expander"></div>
<h3 data-i18n="Your Persona"> <h3 data-i18n="Your Persona">
Your Persona Your Persona
</h3> </h3>
@ -6544,4 +6546,4 @@
</script> </script>
</body> </body>
</html> </html>

View File

@ -5284,6 +5284,7 @@ body:not(.movingUI) .drawer-content.maximized {
flex-direction: column; flex-direction: column;
gap: 10px; gap: 10px;
text-align: left; text-align: left;
height: 100%;
} }
.onboarding span.menu_button { .onboarding span.menu_button {