This commit is contained in:
KONE SOREL 2026-04-02 19:01:33 +00:00
parent da5036bdf5
commit 3bacdeda79

View File

@ -465,24 +465,18 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
background: var(--bg-base);
}
@media (max-width: 1199px) {
#main { margin-left: 0 !important; }
#sidebar { transform: translateX(-100%); }
#sidebar.sidebar-open { transform: translateX(0); }
/* --- NAVIGATION PAR ONGLETS (Ancien Scrollmenu) --- */
.scrollmenu {
display: flex;
gap: 24px;
overflow-x: auto;
padding: 0 1.5rem;
background: var(--bg-surface);
border-bottom: 1px solid var(--border-light);
margin: -1rem -2rem 1.5rem -2rem; /* Aligné sur les bords du container */
scrollbar-width: none;
}
/* Scroll Menu */
.scrollmenu {
display: flex;
gap: 4px;
overflow-x: auto;
padding: 8px 16px;
background: var(--bg-surface);
border-radius: var(--radius-md);
box-shadow: var(--shadow-xs);
margin: 0 1px 16px;
scrollbar-width: none;
}
.scrollmenu::-webkit-scrollbar { display: none; }
.scrollmenu a {