We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09164aa commit 6b18c61Copy full SHA for 6b18c61
1 file changed
browser/main/SideNav/StorageItem.styl
@@ -1,10 +1,12 @@
1
.root
2
width 100%
3
user-select none
4
+
5
.header
6
position relative
7
height 26px
8
9
+ margin-bottom 5px
10
transition 0.15s
11
&:hover
12
background-color $ui-button--hover-backgroundColor
@@ -45,7 +47,7 @@
45
47
.header-info
46
48
display block
49
- height 26px
50
+ height 30px
51
padding-left 25px
52
padding-right 10px
53
line-height 26px
@@ -85,7 +87,7 @@
85
87
background-color transparent
86
88
color $ui-inactive-text-color
89
padding 0
- margin-bottom 2px
90
91
text-align left
92
border none
93
overflow ellipsis
@@ -112,7 +114,7 @@
112
114
padding 0 10px
113
115
116
- border-width 0 0 0 6px
117
+ border-width 0 0 0 3px
118
border-style solid
119
border-color transparent
120
0 commit comments