File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 2197
2197
padding : 0 ;
2198
2198
display : flex ;
2199
2199
2200
- .ui.label {
2200
+ .ui.label ,
2201
+ .ui.label.visible {
2201
2202
max-height : 40px ;
2202
- padding : 9px 15px 7px ;
2203
+ padding : .4rem .8rem ;
2204
+ display : flex !important ;
2205
+ align-items : center ;
2203
2206
border : 0 ;
2204
2207
border-right : 1px solid ;
2205
2208
border-radius : 0 ;
2220
2223
}
2221
2224
2222
2225
.reaction-count {
2223
- margin-left : 4 px ;
2226
+ margin-left : .5 rem ;
2224
2227
}
2225
2228
2226
2229
.select-reaction {
2227
- float : left ;
2228
- padding : .6 em ;
2229
- line-height : 21 px ;
2230
+ display : flex ;
2231
+ align-items : center ;
2232
+ padding : .5 rem ;
2230
2233
2231
2234
& :not (.active ) a {
2232
2235
display : none ;
2233
2236
}
2234
- > svg {
2235
- vertical-align : middle ;
2236
- }
2237
2237
}
2238
2238
2239
2239
& :hover .select-reaction a {
You can’t perform that action at this time.
0 commit comments