From 23897560ad2dd9fde9611cb91c676d445c62043c Mon Sep 17 00:00:00 2001 From: Zichao Lin Date: Sun, 5 Jul 2026 22:34:25 +0800 Subject: [PATCH] fix(ui): improve dashboard and global mobile responsiveness --- app/static/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/app/static/style.css b/app/static/style.css index 3569f72..7131ca2 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -225,4 +225,17 @@ code { background: var(--bg); padding: .15rem .4rem; border-radius: 4px; font-si .detail-grid { grid-template-columns: 1fr; } .card-grid { grid-template-columns: 1fr; } .postcard-row-info { flex-wrap: wrap; gap: .35rem; } + .navbar { padding: .5rem 1rem; } + .nav-links { gap: .75rem; } + .nav-links a { font-size: .8rem; } + .container { margin: 1rem auto; padding: 0 1rem; } + .dash-stats { flex-direction: column; } + .dash-stat-card { min-width: 0; } + .dash-sections { grid-template-columns: 1fr; } + .recent-meta { display: none; } + .recent-item { gap: .5rem; padding: .5rem; } + .section-header { flex-direction: column; gap: .75rem; } + .section-header .btn { width: 100%; } + .profile-grid { grid-template-columns: 1fr; } + .profile-card-stats { gap: .75rem; flex-wrap: wrap; } }