summaryrefslogtreecommitdiff
path: root/themes/light
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-10 09:17:49 +0300
committerAndrew Dolgov <[email protected]>2021-03-10 09:17:49 +0300
commit87d13e826f0336caf44ffef3f6c9bfb054159a29 (patch)
treed2811ca535de24b74df3c4a47538b67a0b0a0837 /themes/light
parenteba8c97f3689b1a98ac6062499dd7d84508aefab (diff)
fix vfeed group subtitle in grid mode
Diffstat (limited to 'themes/light')
-rw-r--r--themes/light/tt-rss.less2
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;
}
}