mirror of
https://github.com/Xevion/glance.git
synced 2025-12-13 20:11:49 -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%);
|
transform: translate(-50%, -50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.clock-time {
|
||||||
|
min-width: 8ch;
|
||||||
|
}
|
||||||
|
|
||||||
.clock-time span {
|
.clock-time span {
|
||||||
color: var(--color-text-highlight);
|
color: var(--color-text-highlight);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user