Skip to content

Commit 48a905b

Browse files
committed
decrease the height of tags scrollbar
1 parent bb892f7 commit 48a905b

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

browser/main/Detail/TagSelect.styl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@
66
width 96%
77
overflow-x auto
88
white-space nowrap
9-
margin-top 31px
9+
top 50px
1010
position absolute
11+
&::-webkit-scrollbar
12+
height 8px
1113

1214
.tag
1315
display flex
1416
align-items center
15-
margin 0px 2px
17+
margin 0px 2px 2px
1618
padding 2px 4px
1719
background-color alpha($ui-tag-backgroundColor, 3%)
1820
border-radius 4px

browser/styles/Detail/TagSelect.styl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
border none
55
background-color transparent
66
outline none
7-
padding 0 4px
7+
padding 2px 4px
8+
margin 0px 2px 2px
89
font-size 13px
10+
height 23px
911

1012
ul
1113
position fixed

0 commit comments

Comments
 (0)