summaryrefslogtreecommitdiff
path: root/themes/compact_night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-10 19:27:39 +0300
committerAndrew Dolgov <[email protected]>2021-03-10 19:27:39 +0300
commita0dd5baa51b7e12ff42f94b414a06084b4311d81 (patch)
tree65b542bedd4527ea3af9c42a7b241a378a0e5090 /themes/compact_night.css
parent5e738ec2784d40d48853b8663031d2966da9af37 (diff)
adjust grid view footer
Diffstat (limited to 'themes/compact_night.css')
-rw-r--r--themes/compact_night.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/themes/compact_night.css b/themes/compact_night.css
index 859f22a9f..4da8521b0 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -677,8 +677,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"] .cdm.expanded .footer {
border: 0;
-}
-body.ttrss_main #headlines-frame[data-is-cdm="true"][data-is-cdm-expanded="true"][data-enable-grid="true"] .cdm.expanded .footer .right {
+ padding: 4px;
+ overflow: hidden;
+ text-overflow: ellipsis;
white-space: nowrap;
}
body.ttrss_main #headlines-frame[data-is-cdm="true"][data-is-cdm-expanded="true"][data-enable-grid="true"] .cdm.expanded .content-inner,