mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-31 11:35:37 +01:00
Fix the UI Theme menu being literally unusable
This commit is contained in:
parent
58238fe42b
commit
e9c3374579
@ -3726,7 +3726,7 @@
|
||||
<div name="themeElements" class="flex-container flexFlowColumn flexNoGap">
|
||||
<!-- <h4><span data-i18n="UI Colors">Theme Settings</span></h4> -->
|
||||
<div name="AvatarAndChatDisplay" class="flex-container flexFlowColumn">
|
||||
<div class="flex-container">
|
||||
<div class="flex-container alignItemsBaseline">
|
||||
<span data-i18n="Avatar Style">Avatars:</span>
|
||||
<select id="avatar_style" class="widthNatural flex1 margin0">
|
||||
<option value="0" data-i18n="Circle">Circle</option>
|
||||
@ -3734,7 +3734,7 @@
|
||||
<option value="1" data-i18n="Rectangle">Rectangle</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="flex-container">
|
||||
<div class="flex-container alignItemsBaseline">
|
||||
<span data-i18n="Chat Style:">Chat Style:</span><br>
|
||||
<select id="chat_display" class="widthNatural flex1 margin0">
|
||||
<option value="0" data-i18n="Flat">Flat</span>
|
||||
@ -6511,4 +6511,4 @@
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user