mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-05-22 06:15:11 +02:00
make custom css input fill available vertical space
This commit is contained in:
parent
de333615c1
commit
ed6f9bb72c
@ -3886,9 +3886,9 @@
|
||||
</label>
|
||||
|
||||
</div>
|
||||
<h4><span data-i18n="Miscellaneous">Miscellaneous</span></h4>
|
||||
|
||||
<div>
|
||||
<div name="MiscellaneousToggles">
|
||||
<h4><span data-i18n="Miscellaneous">Miscellaneous</span></h4>
|
||||
<div data-newbie-hidden class="flex-container">
|
||||
<div id="reload_chat" class="menu_button whitespacenowrap" data-i18n="[title]Reload and redraw the currently open chat" title="Reload and redraw the currently open chat.">
|
||||
<small data-i18n="Reload Chat">Reload Chat</small>
|
||||
@ -3963,7 +3963,7 @@
|
||||
<span data-i18n="Custom CSS">Custom CSS</span>
|
||||
<i class="editor_maximize fa-solid fa-maximize right_menu_button" data-for="customCSS" title="Expand the editor"></i>
|
||||
</h4>
|
||||
<div class="flex-container flexnowrap alignitemscenter">
|
||||
<div id="CustomCSS-textAreaBlock" class="flex-container flexnowrap alignitemscenter">
|
||||
<textarea id="customCSS" class="text_pole margin0 margin-r5 textarea_compact monospace" rows="8"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -4263,6 +4263,15 @@ a {
|
||||
transition: all 250ms;
|
||||
}
|
||||
|
||||
#user-settings-block [name="MiscellaneousToggles"],
|
||||
#CustomCSS-block,
|
||||
#CustomCSS-textAreaBlock {
|
||||
display: contents;
|
||||
}
|
||||
#customCSS {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
#ui_language_select {
|
||||
width: 8em;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user