Merge pull request #248 from oliver-mitchell/fix-non-whole-hour-timezone-display-on-clock

fix: non-whole-hour timezones now correctly shown on Clock widget
This commit is contained in:
Svilen Markov
2024-10-30 15:48:24 +00:00
committed by GitHub
2 changed files with 35 additions and 4 deletions

View File

@@ -1350,6 +1350,10 @@ details[open] .summary::after {
transform: translate(-50%, -50%);
}
.clock-time {
min-width: 8ch;
}
.clock-time span {
color: var(--color-text-highlight);
}