Fix alignment issues with the checkboxes

pull/465/head
Lim Chee Aun 2024-03-21 08:59:07 +08:00
rodzic 15c113ecb1
commit 5695b3ca1e
2 zmienionych plików z 13 dodań i 1 usunięć

Wyświetl plik

@ -551,3 +551,15 @@
}
}
}
#notifications-settings {
label {
display: flex;
gap: 8px;
align-items: center;
input[type='checkbox'] {
flex-shrink: 0;
}
}
}

Wyświetl plik

@ -709,7 +709,7 @@ function Notifications({ columnMode }) {
}
}}
>
<div class="sheet" tabIndex="-1">
<div class="sheet" id="notifications-settings" tabIndex="-1">
<button
type="button"
class="sheet-close"