mirror of
https://github.com/BoostIo/Boostnote
synced 2026-06-23 23:04:09 +00:00
fix overflow style of item in folded SideNav
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
|
||||
.root--folded
|
||||
@extend .root
|
||||
width 44px
|
||||
width 44px - 1
|
||||
&:hover .label-name
|
||||
width 100px
|
||||
.label
|
||||
@@ -78,7 +78,7 @@
|
||||
text-align center
|
||||
right 0
|
||||
.label-icon
|
||||
width 44px
|
||||
width 44px - 1
|
||||
.label-name
|
||||
position fixed
|
||||
height 34px
|
||||
|
||||
Reference in New Issue
Block a user