1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 23:35:56 +00:00

exp: set last odd grid child to span all columns

This commit is contained in:
Andrew Dolgov
2021-03-10 21:03:25 +03:00
parent 21e0b28cf1
commit 24e64b8c78
6 changed files with 19 additions and 0 deletions

View File

@@ -773,6 +773,10 @@ body.ttrss_main {
}
.cdm.expanded {
// 2 because #headlines-spacer is the actual last child
&:nth-last-child(2):nth-child(odd) {
grid-column : 1 e("/") -1;
}
.header, .content {
background : @default-bg;