Version 2026.5.20 — Safe area popups (topbar + dock)

[code interpolé]
This commit is contained in:
2026-04-21 17:00:00 +02:00
parent c74d52c40c
commit e7c5e281d9
4 changed files with 181 additions and 37 deletions
+18
View File
@@ -2000,6 +2000,24 @@ body.modal-open {
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
line-height: 1.1;
color: var(--text);
pointer-events: none;
user-select: none;
white-space: nowrap;
}
.app-clock-date {
font-size: 12px;
font-weight: 500;
color: var(--text-muted);
letter-spacing: 0.3px;
text-transform: capitalize;
}
.app-clock-time {
font-size: 22px;
font-weight: 600;
font-variant-numeric: tabular-nums;