feat(menu): collapsible category

This commit is contained in:
Corentin Thomasset 2023-03-30 23:35:34 +02:00
parent 24ba0ff5fa
commit 15cb03347c
No known key found for this signature in database
GPG key ID: DBD997E935996158

View file

@ -111,7 +111,7 @@ console.log(themeVars.value);
}
.toggle-bar {
width: 25px;
width: 24px;
opacity: 0.1;
transition: opacity ease 0.2s;
position: relative;
@ -125,7 +125,7 @@ console.log(themeVars.value);
border-radius: 2px;
position: absolute;
top: 0;
left: 14.5px;
left: 14px;
}
&:hover {