From a238be5b7cfd3be71490d94e2eeeba142578c0e3 Mon Sep 17 00:00:00 2001 From: Kazu Yokomizo Date: Sun, 5 Nov 2017 20:40:16 +0900 Subject: [PATCH] Fix font size at tag list in side bar --- browser/components/TagListItem.styl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/browser/components/TagListItem.styl b/browser/components/TagListItem.styl index ea135a96..006b879b 100644 --- a/browser/components/TagListItem.styl +++ b/browser/components/TagListItem.styl @@ -9,7 +9,7 @@ text-align left border none overflow ellipsis - font-size 12px + font-size 13px &:first-child margin-top 0 &:hover @@ -30,7 +30,7 @@ text-align left border none overflow ellipsis - font-size 12px + font-size 13px &:hover background-color alpha($ui-button--active-backgroundColor, 60%) transition 0.2s @@ -38,7 +38,7 @@ .tagList-item-name display block flex 1 - padding 0 25px + padding 0 15px height 26px line-height 26px border-width 0 0 0 2px