mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
fix alignment/height of QuickReply settings Boxes
This commit is contained in:
@@ -121,23 +121,23 @@ jQuery(async () => {
|
||||
Enable Quick Replies
|
||||
</label>
|
||||
<small><i>Customize your Quick Replies:</i></small><br>
|
||||
<div class="flex-container">
|
||||
<div class="flex-container alignitemsflexstart">
|
||||
<input class="text_pole widthUnset" id="quickReply1Label" placeholder="(Add a button label)">
|
||||
<textarea id="quickReply1Mes" placeholder="(custom message here)" class="text_pole textarea_compact widthUnset flex1" rows="2"></textarea>
|
||||
</div>
|
||||
<div class="flex-container">
|
||||
<div class="flex-container alignitemsflexstart">
|
||||
<input class="text_pole widthUnset" id="quickReply2Label" placeholder="(Add a button label)">
|
||||
<textarea id="quickReply2Mes" placeholder="(custom message here)" class="text_pole textarea_compact widthUnset flex1" rows="2"></textarea>
|
||||
</div>
|
||||
<div class="flex-container">
|
||||
<div class="flex-container alignitemsflexstart">
|
||||
<input class="text_pole widthUnset" id="quickReply3Label" placeholder="(Add a button label)">
|
||||
<textarea id="quickReply3Mes" placeholder="(custom message here)" class="text_pole textarea_compact widthUnset flex1" rows="2"></textarea>
|
||||
</div>
|
||||
<div class="flex-container">
|
||||
<div class="flex-container alignitemsflexstart">
|
||||
<input class="text_pole widthUnset" id="quickReply4Label" placeholder="(Add a button label)">
|
||||
<textarea id="quickReply4Mes" placeholder="(custom message here)" class="text_pole textarea_compact widthUnset flex1" rows="2"></textarea>
|
||||
</div>
|
||||
<div class="flex-container">
|
||||
<div class="flex-container alignitemsflexstart">
|
||||
<input class="text_pole widthUnset" id="quickReply5Label" placeholder="(Add a button label)">
|
||||
<textarea id="quickReply5Mes" placeholder="(custom message here)" class="text_pole textarea_compact widthUnset flex1" rows="2"></textarea>
|
||||
</div>
|
||||
|
@@ -41,7 +41,4 @@
|
||||
opacity: 1;
|
||||
filter: brightness(1.2);
|
||||
cursor: pointer;
|
||||
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user