Move up to other dropdown frens

8f7946d6adff826774e65f145408e024b709fc86

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

1 files changed, +13 -13Showing whitespace changes
public/index.html+13 -13
@@ -4348,7 +4348,7 @@
4348 <div name="AvatarAndChatDisplay" class="flex-container flexFlowColumn">4348 <div name="AvatarAndChatDisplay" class="flex-container flexFlowColumn">
4349 <div class="flex-container alignItemsBaseline">4349 <div class="flex-container alignItemsBaseline">
4350 <span data-i18n="Avatar Style:">Avatars:</span>4350 <span data-i18n="Avatar Style:">Avatars:</span>
4351 <select id="avatar_style" class="widthNatural flex1 margin0">4351 <select id="avatar_style" class="widthNatural flex1 margin0 text_pole">
4352 <option value="0" data-i18n="Circle">Circle</option>4352 <option value="0" data-i18n="Circle">Circle</option>
4353 <option value="2" data-i18n="Square">Square</option>4353 <option value="2" data-i18n="Square">Square</option>
4354 <option value="1" data-i18n="Rectangle">Rectangle</option>4354 <option value="1" data-i18n="Rectangle">Rectangle</option>
@@ -4356,12 +4356,23 @@
4356 </div>4356 </div>
4357 <div class="flex-container alignItemsBaseline">4357 <div class="flex-container alignItemsBaseline">
4358 <span data-i18n="Chat Style:">Chat Style:</span><br>4358 <span data-i18n="Chat Style:">Chat Style:</span><br>
4359 <select id="chat_display" class="widthNatural flex1 margin0">4359 <select id="chat_display" class="widthNatural flex1 margin0 text_pole">
4360 <option value="0" data-i18n="Flat">Flat</option>4360 <option value="0" data-i18n="Flat">Flat</option>
4361 <option value="1" data-i18n="Bubbles">Bubbles</option>4361 <option value="1" data-i18n="Bubbles">Bubbles</option>
4362 <option value="2" data-i18n="Document">Document</option>4362 <option value="2" data-i18n="Document">Document</option>
4363 </select>4363 </select>
4364 </div>4364 </div>
4365 <div class="flex-container alignItemsBaseline">
4366 <span data-i18n="Notification Position:">Notification Position:</span><br>
4367 <select id="toastr_position" class="widthNatural flex1 margin0 text_pole">
4368 <option value="toast-top-left" data-i18n="Top Left">Top Left</option>
4369 <option value="toast-top-center" data-i18n="Top Center">Top Center</option>
4370 <option value="toast-top-right" data-i18n="Top Right">Top Right</option>
4371 <option value="toast-bottom-left" data-i18n="Bottom Left">Bottom Left</option>
4372 <option value="toast-bottom-center" data-i18n="Bottom Center">Bottom Center</option>
4373 <option value="toast-bottom-right" data-i18n="Bottom Right">Bottom Right</option>
4374 </select>
4375 </div>
4365 </div>4376 </div>
4366 <div class="inline-drawer wide100p flexFlowColumn">4377 <div class="inline-drawer wide100p flexFlowColumn">
4367 <div class="inline-drawer-toggle inline-drawer-header userSettingsInnerExpandable" title="Specify colors for your theme." data-i18n="[title]Specify colors for your theme.">4378 <div class="inline-drawer-toggle inline-drawer-header userSettingsInnerExpandable" title="Specify colors for your theme." data-i18n="[title]Specify colors for your theme.">
@@ -4454,17 +4465,6 @@
4454 <input class="neo-range-slider" type="range" id="shadow_width" name="shadow_width" min="0" max="5" step="1">4465 <input class="neo-range-slider" type="range" id="shadow_width" name="shadow_width" min="0" max="5" step="1">
4455 <input class="neo-range-input" type="number" min="0" max="5" step="1" data-for="shadow_width" id="shadow_width_counter">4466 <input class="neo-range-input" type="number" min="0" max="5" step="1" data-for="shadow_width" id="shadow_width_counter">
4456 </div>4467 </div>
4457 <div class="flex-container alignItemsBaseline">
4458 <span data-i18n="Notification Position:">Notification Position:</span><br>
4459 <select id="toastr_position" class="widthNatural flex1 margin0">
4460 <option value="toast-top-left" data-i18n="Top Left">Top Left</option>
4461 <option value="toast-top-center" data-i18n="Top Center">Top Center</option>
4462 <option value="toast-top-right" data-i18n="Top Right">Top Right</option>
4463 <option value="toast-bottom-left" data-i18n="Bottom Left">Bottom Left</option>
4464 <option value="toast-bottom-center" data-i18n="Bottom Center">Bottom Center</option>
4465 <option value="toast-bottom-right" data-i18n="Bottom Right">Bottom Right</option>
4466 </select>
4467 </div>
4468 </div>4468 </div>
4469 <hr>4469 <hr>
4470 <div name="themeToggles">4470 <div name="themeToggles">