Fix the UI Theme menu being literally unusable

e9c3374579cadf1c619508b690ffb31949edeff6

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

1 files changed, +3 -3Ignore whitespace
public/index.html+3 -3
@@ -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>
@@ -6511,4 +6511,4 @@
65116511 </script>
65126512</body>
65136513
6514-</html>
6514 \ No newline at end of file
6514+</html>