summaryrefslogtreecommitdiff
path: root/themes/light/tt-rss.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-10 08:47:47 +0300
committerAndrew Dolgov <[email protected]>2021-03-10 08:47:47 +0300
commita3ab4020bf5855ab6cc905562ebd37b6a48d3513 (patch)
tree6a65ad05aeaaa1e677658ebda3f59dd35d2a99ef /themes/light/tt-rss.less
parentddfa39015e374f7bee0d5b241391c87752db2dc4 (diff)
set #headlines-spacer, etc, to span grid columns
Diffstat (limited to 'themes/light/tt-rss.less')
-rw-r--r--themes/light/tt-rss.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index 645ba13d3..f4a6091e9 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -775,6 +775,10 @@ body.ttrss_main {
border : 0;
}
}
+
+ #headlines-spacer, .whiteBox {
+ grid-column : span 2;
+ }
}
}