adjust sidebar width and margins for improved layout consistency

This commit is contained in:
LailaWulandarii 2025-12-18 23:02:16 +07:00
parent 3ecbd6e414
commit d51240cfa8
1 changed files with 5 additions and 5 deletions

View File

@ -22825,7 +22825,7 @@ .modal.modal-borderless .modal-footer {
}
#sidebar .sidebar-wrapper {
left: -300px
left: -260px
}
#sidebar~#main {
@ -22838,7 +22838,7 @@ @media screen and (min-width: 1200px) {
}
#sidebar~#main {
margin-left: 300px
margin-left: 260px
}
}
@ -22855,7 +22855,7 @@ #sidebar.active .sidebar-wrapper {
}
.sidebar-wrapper {
width: 300px;
width: 260px;
height: 100vh;
position: fixed;
top: 0;
@ -23728,7 +23728,7 @@ .burger-btn {
}
#main {
margin-left: 300px;
margin-left: 260px;
padding: 2rem;
min-height: 100vh
}
@ -23921,4 +23921,4 @@ .icon-mid:before {
.z-1 {
z-index: 1
}
}