Give clock time min width to avoid inconsistent layout for 12 hour format

This commit is contained in:
Svilen Markov 2024-10-30 15:25:30 +00:00
parent 1e2e66ecf7
commit 2e3ed896cc

View file

@ -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);
}