mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 22:26:57 +01:00
Fix alignment issues with the checkboxes
This commit is contained in:
parent
15c113ecb1
commit
5695b3ca1e
2 changed files with 13 additions and 1 deletions
|
@ -551,3 +551,15 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#notifications-settings {
|
||||||
|
label {
|
||||||
|
display: flex;
|
||||||
|
gap: 8px;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
|
input[type='checkbox'] {
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -709,7 +709,7 @@ function Notifications({ columnMode }) {
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div class="sheet" tabIndex="-1">
|
<div class="sheet" id="notifications-settings" tabIndex="-1">
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="sheet-close"
|
class="sheet-close"
|
||||||
|
|
Loading…
Reference in a new issue