aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2020-02-08 21:34:26 -0500
committerAjay Ramachandran <[email protected]>2020-02-08 21:34:26 -0500
commitcfe91f6280f15e753a82cf5f17a5ff7b57f2c20c (patch)
treea95c5649122d996fdaeb40b1bbc2f389e165ffff
parent4e7bfa5ed318a1fe3661bb5d410066d10c424bcb (diff)
downloadSponsorBlock-cfe91f6280f15e753a82cf5f17a5ff7b57f2c20c.tar.gz
SponsorBlock-cfe91f6280f15e753a82cf5f17a5ff7b57f2c20c.zip
Changed order of options.
-rw-r--r--public/options/options.html54
1 files changed, 27 insertions, 27 deletions
diff --git a/public/options/options.html b/public/options/options.html
index 1a2e1e7f..b778acad 100644
--- a/public/options/options.html
+++ b/public/options/options.html
@@ -93,24 +93,6 @@
<br/>
<br/>
-
- <div option-type="string-change" sync-option="serverAddress">
- <label class="string-container">
- <div>__MSG_customServerAddress__</div>
- <input class="option-text-box" type="text">
- </label>
- <div class="option-button custom-server-address-button inline">
- __MSG_saveCustomServerAddress__
- </div>
-
- <br/>
- <br/>
-
- <div class="small-description">__MSG_customServerAddressDescription__</div>
- </div>
-
- <br/>
- <br/>
<div option-type="keybind-change" sync-option="startSponsorKeybind">
@@ -165,6 +147,18 @@
<div class="small-description">__MSG_minDurationDescription__</div>
</div>
+
+ <br/>
+ <br/>
+
+ <div option-type="toggle" toggle-type="reverse" sync-option="dontShowNotice">
+ <label class="switch-container" label-name="__MSG_showSkipNotice__">
+ <label class="switch">
+ <input type="checkbox" checked>
+ <span class="slider round"></span>
+ </label>
+ </label>
+ </div>
<br/>
<br/>
@@ -276,19 +270,25 @@
</div>
</div>
</div>
-
+
<br/>
<br/>
-
- <div option-type="toggle" toggle-type="reverse" sync-option="dontShowNotice">
- <label class="switch-container" label-name="__MSG_showSkipNotice__">
- <label class="switch">
- <input type="checkbox" checked>
- <span class="slider round"></span>
- </label>
+
+ <div option-type="string-change" sync-option="serverAddress">
+ <label class="string-container">
+ <div>__MSG_customServerAddress__</div>
+ <input class="option-text-box" type="text">
</label>
+ <div class="option-button custom-server-address-button inline">
+ __MSG_saveCustomServerAddress__
+ </div>
+
+ <br/>
+ <br/>
+
+ <div class="small-description">__MSG_customServerAddressDescription__</div>
</div>
-
+
</div>
</div>