Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion browser/components/StorageItem.styl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

.folderList-item-tooltip
tooltip()
position fixed
position absolute
padding 0 10px
left 44px
z-index 10
Expand Down
2 changes: 1 addition & 1 deletion browser/components/StorageList.styl
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
absolute left right
bottom 37px
top 180px
overflow-x hidden
overflow-y auto

.storageList-folded
@extend .storageList
width 44px

.storageList-empty
padding 0 10px
Expand Down
1 change: 1 addition & 0 deletions browser/main/SideNav/StorageItem.styl
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@

.root--folded
@extend .root
width min-content
.header
width 100%
padding-left 5px
Expand Down