summaryrefslogtreecommitdiff
path: root/themes/compact_night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-10 19:30:32 +0300
committerAndrew Dolgov <[email protected]>2021-03-10 19:30:32 +0300
commit16726ec07f52b39842decdda97f4f638634803e4 (patch)
treeac979045f837d8ff6964a259ad7c83cf7b1f9b2b /themes/compact_night.css
parenta0dd5baa51b7e12ff42f94b414a06084b4311d81 (diff)
adjust grid view footer (2)
Diffstat (limited to 'themes/compact_night.css')
-rw-r--r--themes/compact_night.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/compact_night.css b/themes/compact_night.css
index 4da8521b0..dbfaa746f 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -678,6 +678,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;
padding: 4px;
+}
+body.ttrss_main #headlines-frame[data-is-cdm="true"][data-is-cdm-expanded="true"][data-enable-grid="true"] .cdm.expanded .footer .left,
+body.ttrss_main #headlines-frame[data-is-cdm="true"][data-is-cdm-expanded="true"][data-enable-grid="true"] .cdm.expanded .footer .right {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;