Add a min-width to the "Automatic dark mode" inputs to stop UI shifting when clicking the "24-hour clock" checkbox. I have no idea where this should go so I just put it somewhere.
This commit is contained in:
parent
aff8cfdf9c
commit
d5ba66ca1a
1 changed files with 5 additions and 0 deletions
|
@ -459,3 +459,8 @@ fieldset-section {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#automatic_dark_mode_range_start,
|
||||||
|
#automatic_dark_mode_range_end {
|
||||||
|
min-width: 6em;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue