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