diff --git a/gc-btt-settings.html b/gc-btt-settings.html index 8d72f99..5dca7c6 100644 --- a/gc-btt-settings.html +++ b/gc-btt-settings.html @@ -209,12 +209,12 @@ position: relative; } - section small:last-of-type { - margin-bottom: 0; + section small { + margin-bottom: 16px; } - #dock-badges small:first-of-type { - margin-bottom: 16px; + label small { + margin-bottom: 0; } .tabcontent ul { @@ -264,7 +264,7 @@ } .tabcontent ul li .tbscreenshot { - width: calc(100% - 83px); + width: calc(100% - 16px); padding: 4px; } @@ -296,6 +296,7 @@ li.form-switch .description small { margin-top: -8px; + margin-bottom: 0; } .button { @@ -472,9 +473,11 @@ margin-left: 0; } - .radio-switch input + i { + .radio-switch .token.selected { position: absolute; - top: 50%; + line-height: normal; + bottom: 0; + right: 0; margin-top: -13px; } @@ -1766,30 +1769,73 @@