summaryrefslogtreecommitdiff
path: root/themes/compact_night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-04-22 10:43:34 +0300
committerAndrew Dolgov <[email protected]>2021-04-22 10:45:27 +0300
commitdf145c8064a43218def12ed05d1398977f042744 (patch)
tree310b64766fdab013e2f899eb5e1d7ceda61d5391 /themes/compact_night.css
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/compact_night.css')
-rw-r--r--themes/compact_night.css17
1 files changed, 3 insertions, 14 deletions
diff --git a/themes/compact_night.css b/themes/compact_night.css
index 34417a92c..f1b455f2d 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -644,6 +644,9 @@ body.ttrss_main #headlines-frame:not([data-headlines-count="0"])[data-is-cdm="tr
border-top-width: 0;
padding: 0 4px 4px 4px;
}
+body.ttrss_main #headlines-frame:not([data-headlines-count="0"])[data-is-cdm="true"][data-is-cdm-expanded="true"][data-enable-grid="true"] .cdm.expanded .content .content-inner a {
+ word-break: break-all;
+}
body.ttrss_main #headlines-frame:not([data-headlines-count="0"])[data-is-cdm="true"][data-is-cdm-expanded="true"][data-enable-grid="true"] .cdm.expanded .header[data-is-stuck] {
top: -8px;
border-bottom-width: 1px;
@@ -670,10 +673,6 @@ body.ttrss_main #headlines-frame:not([data-headlines-count="0"])[data-is-cdm="tr
overflow: hidden;
text-overflow: ellipsis;
}
-body.ttrss_main #headlines-frame:not([data-headlines-count="0"])[data-is-cdm="true"][data-is-cdm-expanded="true"][data-enable-grid="true"] .cdm.expanded .content-inner a,
-body.ttrss_main #headlines-frame:not([data-headlines-count="0"])[data-is-cdm="true"][data-is-cdm-expanded="true"][data-enable-grid="true"] .cdm.expanded .intermediate a {
- word-break: break-all;
-}
body.ttrss_main #headlines-frame {
padding: 0;
border: 0;
@@ -1306,24 +1305,16 @@ body.ttrss_utility hr {
.cdm .footer .left {
flex-grow: 2;
}
-.cdm .intermediate {
- margin-top: 10px;
- margin-left: 10px;
- line-height: 1.5;
-}
.cdm .content-inner {
margin: 10px;
line-height: 1.5;
font-size: 16px;
}
-.cdm .intermediate iframe,
.cdm .content-inner iframe {
max-width: 98%;
width: auto;
height: auto;
}
-.cdm .intermediate img,
-.cdm .intermediate video,
.cdm .content-inner img,
.cdm .content-inner video {
border-width: 0px;
@@ -1385,13 +1376,11 @@ body.ttrss_utility hr {
.cdm .feed-title a:hover {
color: #b87d2c;
}
-.cdm .intermediate .embed-responsive,
.cdm .content-inner .embed-responsive {
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
-.cdm .intermediate .embed-responsive iframe,
.cdm .content-inner .embed-responsive iframe {
border: 0;
bottom: 0;