1
0
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:
Dick Choi
2016-05-29 01:09:32 +09:00
parent 7f8733796e
commit 913e649e5d
3 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -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