mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
grid: add workaround for a single loaded headline not spanning all columns
This commit is contained in:
@@ -762,6 +762,16 @@ body.ttrss_main {
|
||||
grid-gap : 8px;
|
||||
padding : 8px;
|
||||
|
||||
&[data-headlines-count="1"] {
|
||||
#headlines-spacer, .whiteBox, .feed-title {
|
||||
grid-column: 1;
|
||||
}
|
||||
}
|
||||
|
||||
#headlines-spacer, .whiteBox, .feed-title {
|
||||
grid-column : 1 e("/") -1;
|
||||
}
|
||||
|
||||
.cdm.expanded {
|
||||
|
||||
.header, .content {
|
||||
@@ -807,10 +817,6 @@ body.ttrss_main {
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
|
||||
#headlines-spacer, .whiteBox, .feed-title {
|
||||
grid-column : 1 e("/") -1;
|
||||
}
|
||||
}
|
||||
|
||||
#headlines-frame {
|
||||
|
||||
Reference in New Issue
Block a user