der
This commit is contained in:
parent
09f2490444
commit
c48e21524b
|
|
@ -271,7 +271,7 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
|
||||||
top: var(--header-height);
|
top: var(--header-height);
|
||||||
left: 0;
|
left: 0;
|
||||||
height: calc(100vh - var(--header-height));
|
height: calc(100vh - var(--header-height));
|
||||||
overflow-y: auto;
|
/*overflow-y: auto;*/
|
||||||
border-right: 1px solid rgba(255, 255, 255, 0.05);
|
border-right: 1px solid rgba(255, 255, 255, 0.05);
|
||||||
transition: width var(--transition-base);
|
transition: width var(--transition-base);
|
||||||
z-index: 900;
|
z-index: 900;
|
||||||
|
|
@ -432,8 +432,9 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 4px 15px;
|
padding: 15px;
|
||||||
border-top: 2px solid #fff;
|
border-top: 1px solid var(--border-light);
|
||||||
|
background: var(--bg-sidebar); /* Garde la couleur de ta sidebar */
|
||||||
}
|
}
|
||||||
|
|
||||||
.version-info {
|
.version-info {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user