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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user