mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:55:55 +00:00
tweak headlines layout to prevent long date clipping
This commit is contained in:
10
tt-rss.css
10
tt-rss.css
@@ -1289,8 +1289,14 @@ div.hlRight img {
|
||||
span.hlUpdated {
|
||||
color : gray;
|
||||
font-weight : medium;
|
||||
width : 100px;
|
||||
display : inline-block;
|
||||
min-width : 100px;
|
||||
display : table-cell;
|
||||
width : 100%;
|
||||
vertical-align : middle;
|
||||
padding-top : 4px;
|
||||
padding-bottom : 4px;
|
||||
text-align : right;
|
||||
|
||||
}
|
||||
|
||||
div.hlLeft input {
|
||||
|
||||
Reference in New Issue
Block a user