mirror of
https://github.com/Xevion/glance.git
synced 2025-12-07 18:07:07 -06:00
Give clock time min width to avoid inconsistent layout for 12 hour format
This commit is contained in:
@@ -1339,6 +1339,10 @@ details[open] .summary::after {
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
.clock-time {
|
||||
min-width: 8ch;
|
||||
}
|
||||
|
||||
.clock-time span {
|
||||
color: var(--color-text-highlight);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user