From 24e64b8c7887732b97ada08485d57b45d806eb63 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 10 Mar 2021 21:03:25 +0300 Subject: exp: set last odd grid child to span all columns --- themes/light/tt-rss.less | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'themes/light/tt-rss.less') diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less index fe8dd91a0..e878b4fe6 100644 --- a/themes/light/tt-rss.less +++ b/themes/light/tt-rss.less @@ -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; -- cgit v1.2.3