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:
Stefan Sundin 2021-04-02 22:49:19 -07:00 committed by Sean Yesmunt
parent aff8cfdf9c
commit d5ba66ca1a

View file

@ -459,3 +459,8 @@ fieldset-section {
}
}
}
#automatic_dark_mode_range_start,
#automatic_dark_mode_range_end {
min-width: 6em;
}