diff --git a/static/style.css b/static/style.css index 950a07a..ec83b7c 100644 --- a/static/style.css +++ b/static/style.css @@ -124,6 +124,25 @@ /* ── Search input size variant ───────────────────────────────────── */ .lt-search-input--sm { width: 180px; } +/* ── Notification panel helpers ──────────────────────────────────── */ +.lt-notif-empty { + padding: 1rem; + font-size: 0.75rem; + color: var(--text-muted); + text-align: center; +} +.lt-notif-view-all { + width: 100%; + text-align: center; + display: block; + font-size: 0.72rem; +} +.lt-notif-dot { + border-radius: 50%; + margin-top: 4px; + flex-shrink: 0; +} + /* ── Divider compact variant ─────────────────────────────────────── */ .lt-divider--compact { margin: 1rem 0 0.75rem; } diff --git a/templates/base.html b/templates/base.html index 2d83bba..21a4576 100644 --- a/templates/base.html +++ b/templates/base.html @@ -133,10 +133,10 @@