mirror of
https://github.com/glanceapp/glance.git
synced 2025-06-21 18:31:24 +02:00
Give clock time min width to avoid inconsistent layout for 12 hour format
This commit is contained in:
parent
1e2e66ecf7
commit
2e3ed896cc
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user