ENH - clock app

This commit is contained in:
Eichenholz
2026-08-04 15:06:30 +02:00
parent 5d2906adba
commit 723eec5ef9
9 changed files with 160 additions and 39 deletions
+14 -1
View File
@@ -921,9 +921,22 @@ button {
.clock-digits {
margin: 70px 0 54px;
font-variant-numeric: tabular-nums;
font-size: 58px;
font-size: min(52px, 14cqw);
font-weight: 200;
}
.clock-sound-menu {
margin-top: 8px;
}
.clock-sound-selection {
display: inline-flex;
align-items: center;
gap: 5px;
color: #8e8e93;
}
.clock-sound-selection svg {
width: 17px;
height: 17px;
}
.clock-actions {
display: flex;
justify-content: space-between;