summaryrefslogtreecommitdiff
path: root/themes/night_blue.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-10 21:03:25 +0300
committerAndrew Dolgov <[email protected]>2021-03-10 21:03:25 +0300
commit24e64b8c7887732b97ada08485d57b45d806eb63 (patch)
treec926326a9e257e86dde9cc8694c970749f907d28 /themes/night_blue.css
parent21e0b28cf1e6bef1fe66a86c03cffacaa52dcbf6 (diff)
exp: set last odd grid child to span all columns
Diffstat (limited to 'themes/night_blue.css')
-rw-r--r--themes/night_blue.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/night_blue.css b/themes/night_blue.css
index c1ede396d..c11e86dbd 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -665,6 +665,9 @@ body.ttrss_main #headlines-frame[data-is-cdm="true"][data-is-cdm-expanded="true"
body.ttrss_main #headlines-frame[data-is-cdm="true"][data-is-cdm-expanded="true"][data-enable-grid="true"] .feed-title {
grid-column: 1 / -1;
}
+body.ttrss_main #headlines-frame[data-is-cdm="true"][data-is-cdm-expanded="true"][data-enable-grid="true"] .cdm.expanded:nth-last-child(2):nth-child(odd) {
+ grid-column: 1 / -1;
+}
body.ttrss_main #headlines-frame[data-is-cdm="true"][data-is-cdm-expanded="true"][data-enable-grid="true"] .cdm.expanded .header,
body.ttrss_main #headlines-frame[data-is-cdm="true"][data-is-cdm-expanded="true"][data-enable-grid="true"] .cdm.expanded .content {
background: #333;