summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-04-21 18:47:49 +0300
committerAndrew Dolgov <[email protected]>2021-04-21 18:47:49 +0300
commit5a71426ea5bc387f362d700fbceb277516d41375 (patch)
treea17f385f489f1dbe21cd365f3c3b1b7476699793 /themes/night.css
parent0f61675cd02ac53549fda33cbdb9551cb0fb70b2 (diff)
youtube_embed: use embed-responsive
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/night.css b/themes/night.css
index f5e23e59a..d401c50c2 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -1386,11 +1386,13 @@ 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;