mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 08:16:16 -04:00
feat(menu): collapsible category
This commit is contained in:
parent
24ba0ff5fa
commit
15cb03347c
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue