1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Fix font size at tag list in side bar

This commit is contained in:
Kazu Yokomizo
2017-11-05 20:40:16 +09:00
parent 2351bb78da
commit a238be5b7c

View File

@@ -9,7 +9,7 @@
text-align left text-align left
border none border none
overflow ellipsis overflow ellipsis
font-size 12px font-size 13px
&:first-child &:first-child
margin-top 0 margin-top 0
&:hover &:hover
@@ -30,7 +30,7 @@
text-align left text-align left
border none border none
overflow ellipsis overflow ellipsis
font-size 12px font-size 13px
&:hover &:hover
background-color alpha($ui-button--active-backgroundColor, 60%) background-color alpha($ui-button--active-backgroundColor, 60%)
transition 0.2s transition 0.2s
@@ -38,7 +38,7 @@
.tagList-item-name .tagList-item-name
display block display block
flex 1 flex 1
padding 0 25px padding 0 15px
height 26px height 26px
line-height 26px line-height 26px
border-width 0 0 0 2px border-width 0 0 0 2px