We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb0872b commit b53ff5dCopy full SHA for b53ff5d
1 file changed
browser/styles/main/ArticleList.styl
@@ -70,17 +70,25 @@ articleItemColor = #777
70
.ArticleList-item-bottom
71
padding-bottom 5px
72
.tags
73
- word-wrap break-word
74
color articleItemColor
75
line-height 18px
+ word-wrap break-word
76
+ clearfix()
77
i.fa-tags
78
display inline
79
+ float left
80
+ padding 2px 2px 0 0
81
+ height 14px
82
+ line-height 13px
83
a
84
background-color brandColor
85
86
color white
87
border-radius 2px
88
padding 1px 5px
89
margin 2px
90
91
92
font-size 10px
93
opacity 0.8
94
&:hover
0 commit comments