diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2021-03-10 09:17:49 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2021-03-10 09:17:49 +0300 |
| commit | 87d13e826f0336caf44ffef3f6c9bfb054159a29 (patch) | |
| tree | d2811ca535de24b74df3c4a47538b67a0b0a0837 /themes/light/tt-rss.less | |
| parent | eba8c97f3689b1a98ac6062499dd7d84508aefab (diff) | |
fix vfeed group subtitle in grid mode
Diffstat (limited to 'themes/light/tt-rss.less')
| -rw-r--r-- | themes/light/tt-rss.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less index 5633980bd..0558bfdee 100644 --- a/themes/light/tt-rss.less +++ b/themes/light/tt-rss.less @@ -784,7 +784,7 @@ body.ttrss_main { } } - #headlines-spacer, .whiteBox { + #headlines-spacer, .whiteBox, .feed-title { grid-column : span 2; } } |