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