fix: No need for menu to be so wide

This commit is contained in:
mrv777 2024-09-28 22:11:35 -05:00
parent c00f6f77eb
commit 3b5c05f455
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
.layout-sidebar {
position: fixed;
width: 300px;
width: 250px;
height: calc(100vh - 9rem);
z-index: 999;
overflow-y: auto;

View File

@ -33,7 +33,7 @@
&.layout-static {
.layout-main-container {
margin-left: 300px;
margin-left: 250px;
}
&.layout-static-inactive {

View File

@ -18,7 +18,7 @@
color: var(--surface-900);
font-size: 1.5rem;
font-weight: 500;
width: 300px;
width: 250px;
border-radius: 12px;
img {