Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
change from premitive value to variable
  • Loading branch information
sosukesuzuki committed Oct 21, 2017
commit cae7baa5e1887e22abbd340b2330098d0d7cf9b3
4 changes: 2 additions & 2 deletions browser/main/SideNav/SideNav.styl
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
height 60px
.top-menu
position static
width 43px
width $sideNav--folded-width
height 60px
text-align center
&:hover .top-menu-label
Expand All @@ -86,7 +86,7 @@
position fixed
display inline-block
height 30px
left 43px
left $sideNav--folded-width
padding 0 10px
margin-top -8px
opacity 0
Expand Down