This commit is contained in:
KONE SOREL 2026-04-02 18:53:27 +00:00
parent 6198b2a612
commit 14010a01bf

View File

@ -424,14 +424,15 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
padding: 20px 12px 8px; padding: 20px 12px 8px;
} }
/* Sidebar Footer & Versioning */
.sidebar-footer { .sidebar-footer {
position: absolute; position: absolute;
bottom: 0; bottom: 0;
left: 0; left: 0;
width: 100%; width: 100%;
padding: 15px; padding: 12px 15px;
border-top: 1px solid var(--border-light); border-top: 1px solid rgba(255, 255, 255, 0.05);
background: var(--bg-sidebar); /* Garde la couleur de ta sidebar */ background: var(--color-primary);
} }
.version-info { .version-info {