summaryrefslogtreecommitdiff
path: root/themes/compact_night.css
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/compact_night.css
parenteba8c97f3689b1a98ac6062499dd7d84508aefab (diff)
fix vfeed group subtitle in grid mode
Diffstat (limited to 'themes/compact_night.css')
-rw-r--r--themes/compact_night.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/compact_night.css b/themes/compact_night.css
index 8ad56b63b..5cb6db254 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -672,7 +672,8 @@ body.ttrss_main #headlines-frame[data-is-vfeed="false"] .header .feed {
word-break: break-all;
}
body.ttrss_main #headlines-frame[data-is-cdm="true"][data-is-cdm-expanded="true"][data-enable-grid="true"] #headlines-spacer,
- body.ttrss_main #headlines-frame[data-is-cdm="true"][data-is-cdm-expanded="true"][data-enable-grid="true"] .whiteBox {
+ body.ttrss_main #headlines-frame[data-is-cdm="true"][data-is-cdm-expanded="true"][data-enable-grid="true"] .whiteBox,
+ body.ttrss_main #headlines-frame[data-is-cdm="true"][data-is-cdm-expanded="true"][data-enable-grid="true"] .feed-title {
grid-column: span 2;
}
}