mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-24 02:02:35 -04:00
feat(menu): collapsible category
This commit is contained in:
parent
24ba0ff5fa
commit
15cb03347c
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user