mirror of
https://github.com/BoostIo/Boostnote
synced 2026-01-03 12:09:23 +00:00
fix overflow style of item in folded SideNav
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
white-space nowrap
|
||||
transform rotate(90deg)
|
||||
.top-menu
|
||||
width 44px
|
||||
width 44px - 1
|
||||
text-align center
|
||||
&:hover .top-menu-label
|
||||
width 100px
|
||||
@@ -97,7 +97,7 @@
|
||||
transition width 0.15s
|
||||
pointer-events none
|
||||
.menu-button, .menu-button--active
|
||||
width 44px
|
||||
width 44px - 1
|
||||
text-align center
|
||||
&:hover .menu-button-label
|
||||
width 100px
|
||||
|
||||
Reference in New Issue
Block a user