Not use all available width for sidebar

This commit is contained in:
daudix
2024-12-04 02:58:08 +03:00
parent 425d2f91f1
commit f2cd992522
2 changed files with 2 additions and 3 deletions

View File

@ -93,7 +93,6 @@ main {
grid-area: sidebar;
opacity: 0.2;
transition: var(--transition);
padding: 1rem;
height: 100vh;
&:hover {
@ -116,8 +115,8 @@ main {
black calc(100% - 1rem),
transparent);
-webkit-mask-image: var(--mask);
flex: 1;
mask-image: var(--mask);
padding: 1rem;
overflow: auto;
}