Fix admin switch sizing
This commit is contained in:
+4
-1
@@ -166,6 +166,9 @@ label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; }
|
||||
.setting-switch input {
|
||||
appearance: none;
|
||||
width: 42px;
|
||||
min-width: 42px;
|
||||
max-width: 42px;
|
||||
flex: 0 0 42px;
|
||||
height: 24px;
|
||||
border: 0;
|
||||
border-radius: 999px;
|
||||
@@ -336,7 +339,7 @@ label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; }
|
||||
display: grid;
|
||||
align-items: stretch;
|
||||
}
|
||||
.telegram-settings input {
|
||||
.telegram-settings input:not([type="checkbox"]) {
|
||||
width: 100%;
|
||||
}
|
||||
.settings-top-row {
|
||||
|
||||
Reference in New Issue
Block a user