Skip to content

Commit 6b18c61

Browse files
committed
modify: fix style for storage item
1 parent 09164aa commit 6b18c61

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

browser/main/SideNav/StorageItem.styl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
.root
22
width 100%
33
user-select none
4+
45
.header
56
position relative
67
height 26px
78
width 100%
9+
margin-bottom 5px
810
transition 0.15s
911
&:hover
1012
background-color $ui-button--hover-backgroundColor
@@ -45,7 +47,7 @@
4547
.header-info
4648
display block
4749
width 100%
48-
height 26px
50+
height 30px
4951
padding-left 25px
5052
padding-right 10px
5153
line-height 26px
@@ -85,7 +87,7 @@
8587
background-color transparent
8688
color $ui-inactive-text-color
8789
padding 0
88-
margin-bottom 2px
90+
margin-bottom 5px
8991
text-align left
9092
border none
9193
overflow ellipsis
@@ -112,7 +114,7 @@
112114
padding 0 10px
113115
height 26px
114116
line-height 26px
115-
border-width 0 0 0 6px
117+
border-width 0 0 0 3px
116118
border-style solid
117119
border-color transparent
118120

0 commit comments

Comments
 (0)