fix: mobile menu styling + nextcloud search/mtime/bambu hint
Deploy via Portainer / deploy (push) Successful in 1s

This commit is contained in:
Jo
2026-07-07 11:13:10 +02:00
parent 10fdeb3ebc
commit 4206a8934e
3 changed files with 89 additions and 15 deletions
+28
View File
@@ -106,6 +106,34 @@
.stock-low { color: #f59e0b; }
.stock-empty { color: #ef4444; }
/* ── Mobile offcanvas nav — mêmes styles que #sidebar nav ──────────── */
#mobileSidebar nav { flex: 1; padding: .5rem 0; }
#mobileSidebar nav a {
display: flex; align-items: center; gap: .65rem;
padding: .6rem 1.25rem; color: #9ba3af;
text-decoration: none; font-size: .875rem;
transition: background .15s, color .15s;
white-space: nowrap;
}
#mobileSidebar nav a:hover,
#mobileSidebar nav a.active { background: #2e323d; color: #fff; }
#mobileSidebar nav a.active { border-left: 3px solid #ff6b35; }
#mobileSidebar nav a i { flex-shrink: 0; font-size: 1rem; width: 1.1rem; text-align: center; }
#mobileSidebar nav .nav-label { opacity: 1 !important; pointer-events: auto !important; }
#mobileSidebar nav .nav-section {
padding: .75rem 1.25rem .25rem; font-size: .7rem;
text-transform: uppercase; letter-spacing: .08em; color: #4b5563;
opacity: 1 !important;
}
#mobileSidebar .sidebar-user {
padding: .75rem 1.25rem; border-top: 1px solid #2e323d;
opacity: 1 !important; pointer-events: auto !important;
}
#mobileSidebar .sidebar-user div { font-size: .75rem; color: #9ba3af; }
#mobileSidebar .sidebar-user a {
font-size: .72rem; color: #6b7280; text-decoration: none; display: block; margin-top: .25rem;
}
/* ── Mobile responsive ───────────────────────────────────────────────── */
@media (max-width: 767.98px) {
#sidebar { display: none !important; }