fix(ui): show server clock in browser TZ; sync button refetches

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Андрей Бобырев
2026-05-14 16:29:44 +03:00
parent 1c22f89d5a
commit 6fbe314f99
3 changed files with 68 additions and 8 deletions

View File

@@ -234,6 +234,18 @@ h1 {
color: var(--text);
}
.clock-hint {
margin: 0.35rem 0 0;
font-size: 0.74rem;
line-height: 1.35;
max-width: 22rem;
}
.clock-sync-btn {
margin-top: 0.35rem;
align-self: flex-start;
}
.pill {
display: inline-flex;
align-items: center;