Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix folded layout #1202

Merged
merged 1 commit into from
Nov 29, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions browser/components/SideNavFilter.styl
Expand Up @@ -57,6 +57,7 @@
@extend .menu
.menu-button, .menu-button--active
text-align center
padding 0 12px
&:hover .menu-button-label
transition opacity 0.15s
opacity 1
Expand Down
4 changes: 2 additions & 2 deletions browser/components/StorageItem.styl
Expand Up @@ -68,9 +68,9 @@

.folderList-item-name--folded
@extend .folderList-item-name
padding-left 17px
padding-left 7px
text
display none
font-size 9px

body[data-theme="white"]
.folderList-item
Expand Down
2 changes: 1 addition & 1 deletion browser/main/SideNav/SideNav.styl
Expand Up @@ -102,7 +102,7 @@
font-size 13px
.top-menu-preference
position absolute
left 11px
left 7px

body[data-theme="white"]
.root, .root--folded
Expand Down
2 changes: 2 additions & 0 deletions browser/main/SideNav/StorageItem.styl
Expand Up @@ -80,6 +80,7 @@
@extend .root
.header
width 100%
padding-left 5px
.header-info
overflow ellipsis
padding 0 0 0 18px
Expand All @@ -89,6 +90,7 @@
display none
.header-toggleButton
width 15px
padding-left 9px
.header-info--folded-tooltip
tooltip()
position fixed
Expand Down