Move up to other dropdown frens

8f7946d6adff826774e65f145408e024b709fc86

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

1 files changed, +13 -13Ignore whitespace
public/index.html+13 -13
@@ -4348,7 +4348,7 @@
43484348 <div name="AvatarAndChatDisplay" class="flex-container flexFlowColumn">
43494349 <div class="flex-container alignItemsBaseline">
43504350 <span data-i18n="Avatar Style:">Avatars:</span>
43514351 <select id="avatar_style" class="widthNatural flex1 margin0 text_pole">
43524352 <option value="0" data-i18n="Circle">Circle</option>
43534353 <option value="2" data-i18n="Square">Square</option>
43544354 <option value="1" data-i18n="Rectangle">Rectangle</option>
@@ -4356,12 +4356,23 @@
43564356 </div>
43574357 <div class="flex-container alignItemsBaseline">
43584358 <span data-i18n="Chat Style:">Chat Style:</span><br>
43594359 <select id="chat_display" class="widthNatural flex1 margin0 text_pole">
43604360 <option value="0" data-i18n="Flat">Flat</option>
43614361 <option value="1" data-i18n="Bubbles">Bubbles</option>
43624362 <option value="2" data-i18n="Document">Document</option>
43634363 </select>
43644364 </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>
43654376 </div>
43664377 <div class="inline-drawer wide100p flexFlowColumn">
43674378 <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 @@
44544465 <input class="neo-range-slider" type="range" id="shadow_width" name="shadow_width" min="0" max="5" step="1">
44554466 <input class="neo-range-input" type="number" min="0" max="5" step="1" data-for="shadow_width" id="shadow_width_counter">
44564467 </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>
44684468 </div>
44694469 <hr>
44704470 <div name="themeToggles">