1
0
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:
Andrew Dolgov
2021-03-10 20:27:20 +03:00
parent 143617afb1
commit 3e1b3e8ea8
7 changed files with 64 additions and 32 deletions
+10 -4
View File
@@ -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 {