diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2021-03-10 08:47:47 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2021-03-10 08:47:47 +0300 |
| commit | a3ab4020bf5855ab6cc905562ebd37b6a48d3513 (patch) | |
| tree | 6a65ad05aeaaa1e677658ebda3f59dd35d2a99ef /themes/light | |
| parent | ddfa39015e374f7bee0d5b241391c87752db2dc4 (diff) | |
set #headlines-spacer, etc, to span grid columns
Diffstat (limited to 'themes/light')
| -rw-r--r-- | themes/light/tt-rss.less | 4 |
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; + } } } |