Fixed styling for settings (#1131)

This commit is contained in:
skatecram
2025-07-13 14:41:03 +02:00
committed by GitHub
parent be303203a9
commit 29c8e7b173
+14 -10
View File
@@ -96,6 +96,12 @@
<!-- dialog box -->
<fieldset id="advancedSettings">
<label class="switch" data-hover="Disable Logging API Response in JavaScript Console.">
<input type="checkbox" id="disable_logging"/>
<span class="slider"/>
<span class="switchLabel">Disable logging to console</span>
</label>
<br />
<label class="switch" data-hover="Stop counting your likes and dislikes">
<input type="checkbox" id="disable_vote_submission" />
<span class="slider"></span>
@@ -103,11 +109,6 @@
__MSG_textSettings__
</span>
</label>
<label class="switch" data-hover="Disable Logging API Response in JavaScript Console.">
<input type="checkbox" id="disable_logging"/>
<span class="slider"/>
<span class="switchLabel">Disable logging to console</span>
</label>
<br />
<label class="switch" data-hover="__MSG_reformatLikesHover__">
<input type="checkbox" id="number_reformat_likes" />
@@ -131,11 +132,14 @@
<span class="switchLabel">__MSG_colorizeRatio__</span>
</label>
</div>
<label class="switch" data-hover="__MSG_colorizeThumbsHover__">
<input type="checkbox" id="colored_thumbs" />
<span class="slider"></span>
<span class="switchLabel">__MSG_colorizeThumbs__</span>
</label>
<br />
<div class="custom-select">
<label class="switch" data-hover="__MSG_colorizeThumbsHover__">
<input type="checkbox" id="colored_thumbs" />
<span class="slider"></span>
<span class="switchLabel">__MSG_colorizeThumbs__</span>
</label>
</div>
<br />
<div class="custom-select">
<label for="color_theme">__MSG_colorTheme__</label>