diff --git a/about.html b/about.html index 2574ffc..41dca86 100644 --- a/about.html +++ b/about.html @@ -142,12 +142,6 @@ margin-bottom: 0; } - section.tokenlist { - display: flex; - flex-wrap: wrap; - padding-bottom: 8px; - } - .button { background: #1485FF; display: block; diff --git a/gc-btt-settings.html b/gc-btt-settings.html index 8d98f44..e021b73 100644 --- a/gc-btt-settings.html +++ b/gc-btt-settings.html @@ -263,10 +263,14 @@ object-position: center center; } + .tabcontent ul li .tbscreenshot { + width: calc(100% - 83px); + padding: 4px; + } + .tabcontent ul li .tbscreenshot img { - width: calc(100% - 8px); + width: 100%; height: auto; - padding: 4px; } .invert { @@ -455,6 +459,23 @@ .form-switch .true input + i::after { transform: translate3d(22px, 2px, 0); } + + + /* Radio Switch Styles */ + .radio-switch label { + padding-top: 8px; + padding-bottom: 8px; + } + + .radio-switch small { + margin-left: 0; + } + + .radio-switch input + i { + position: absolute; + top: 50%; + margin-top: -13px; + }