summaryrefslogtreecommitdiff
path: root/themes/light/tt-rss.less
diff options
context:
space:
mode:
authorAndrew Dolgov <noreply@fakecake.org>2021-04-22 10:43:34 +0300
committerAndrew Dolgov <noreply@fakecake.org>2021-04-22 10:45:27 +0300
commitdf145c8064a43218def12ed05d1398977f042744 (patch)
tree310b64766fdab013e2f899eb5e1d7ceda61d5391 /themes/light/tt-rss.less
parentc6befcddb74c6a4b507d6b8b687c43e5ad0c4d82 (diff)
* cdm: render enclosures into content element
* deprecate cdm.intermediate * implement lazy-load for rendered enclosures * simplify pack/unpack logic for articles
Diffstat (limited to 'themes/light/tt-rss.less')
-rw-r--r--themes/light/tt-rss.less13
1 files changed, 6 insertions, 7 deletions
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index 088a3c7ff..0e85d53fb 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -754,6 +754,12 @@ body.ttrss_main {
.content {
border-top-width : 0;
padding : 0 4px 4px 4px;
+
+ .content-inner {
+ a {
+ word-break: break-all;
+ }
+ }
}
.header[data-is-stuck] {
@@ -787,13 +793,6 @@ body.ttrss_main {
text-overflow: ellipsis;
}
}
-
- .content-inner,
- .intermediate {
- a {
- word-break: break-all;
- }
- }
}
}