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
</span>
</label>
<div class="expander"></div>
<div class="textAlignCenter">
<h3 data-i18n="Looking for AI characters?">
Looking for AI characters?
@ -5853,6 +5854,7 @@
</span>
</span>
</div>
<div class="expander"></div>
<h3 data-i18n="Your Persona">
Your Persona
</h3>
@ -6544,4 +6546,4 @@
</script>
</body>
</html>
</html>

View File

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