Fix the UI Theme menu being literally unusable

e9c3374579cadf1c619508b690ffb31949edeff6

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -2Showing whitespace changes
public/index.html+2 -2
@@ -3726,7 +3726,7 @@
37263726 <div name="themeElements" class="flex-container flexFlowColumn flexNoGap">
37273727 <!-- <h4><span data-i18n="UI Colors">Theme Settings</span></h4> -->
37283728 <div name="AvatarAndChatDisplay" class="flex-container flexFlowColumn">
37293729 <div class="flex-container alignItemsBaseline">
37303730 <span data-i18n="Avatar Style">Avatars:</span>
37313731 <select id="avatar_style" class="widthNatural flex1 margin0">
37323732 <option value="0" data-i18n="Circle">Circle</option>
@@ -3734,7 +3734,7 @@
37343734 <option value="1" data-i18n="Rectangle">Rectangle</option>
37353735 </select>
37363736 </div>
37373737 <div class="flex-container alignItemsBaseline">
37383738 <span data-i18n="Chat Style:">Chat Style:</span><br>
37393739 <select id="chat_display" class="widthNatural flex1 margin0">
37403740 <option value="0" data-i18n="Flat">Flat</span>