1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-26 11:01:28 +00:00

label display: fix unneeded nested container in headlines, increase overall minimalism, fix label element typo (div1)

This commit is contained in:
Andrew Dolgov
2019-02-01 12:42:27 +03:00
parent 64bd45b51c
commit 1124c3f00a
9 changed files with 329 additions and 358 deletions

View File

@@ -465,23 +465,15 @@ body.ttrss_main {
}
.label {
display : inline-flex;
display : inline-block;
vertical-align: middle;
background-color : #fff7d5;
font-size : 9px;
color : @default-fg;
font-weight : normal;
margin-left : 2px;
padding : 1px 4px 1px 1px;
padding : 2px 4px;
white-space: nowrap;
i {
margin-right : 2px;
}
> * {
align-self: center;
}
}
i.marked-pic, i.pub-pic {