diff --git a/app.py b/app.py index 6e14b3c..b21047d 100644 --- a/app.py +++ b/app.py @@ -903,6 +903,8 @@ def admin_dashboard(): .admin-header {{ position:sticky; top:0; z-index:100; background:rgba(28,28,30,0.72); backdrop-filter:saturate(180%) blur(20px); -webkit-backdrop-filter:saturate(180%) blur(20px); border-bottom:1px solid var(--border); padding:0.75rem 1.25rem; }} body.light .admin-header {{ background:rgba(242,242,247,0.72); }} .admin-header-inner {{ max-width:1200px; margin:0 auto; display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:0.5rem; }} + .admin-logo-wrap {{ display:flex; align-items:center; gap:0.5rem; }} + .admin-logo-sub {{ font-size:0.7rem; font-weight:500; color:var(--text3); letter-spacing:0.03em; white-space:nowrap; }} .admin-header h1 {{ font-size:1.25rem; font-weight:700; letter-spacing:-0.02em; color:var(--text); }} .admin-header .meta {{ font-size:0.75rem; color:var(--text2); display:flex; gap:0.35rem; flex-wrap:wrap; align-items:center; }} .count-badge {{ background:var(--surface2); color:var(--text2); padding:0.3rem 0.7rem; border-radius:999px; font-size:0.7rem; font-weight:600; white-space:nowrap; }} @@ -974,7 +976,10 @@ function toggleTheme(){{document.body.classList.toggle('light');localStorage.set
+
+ Boardgame Social
+