mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
youtube_embed: use embed-responsive
This commit is contained in:
+22
-17
@@ -115,11 +115,13 @@
|
||||
font-size : 16px;
|
||||
}
|
||||
|
||||
.intermediate iframe,
|
||||
.content-inner iframe {
|
||||
max-width : 98%;
|
||||
width : auto;
|
||||
height : auto;
|
||||
.intermediate,
|
||||
.content-inner {
|
||||
iframe {
|
||||
max-width : 98%;
|
||||
width : auto;
|
||||
height : auto;
|
||||
}
|
||||
}
|
||||
|
||||
.intermediate img,
|
||||
@@ -208,19 +210,22 @@
|
||||
}
|
||||
}
|
||||
|
||||
.content-inner .embed-responsive {
|
||||
overflow : hidden;
|
||||
padding-bottom : @embed-responsive-padding;
|
||||
position : relative;
|
||||
.intermediate,
|
||||
.content-inner {
|
||||
.embed-responsive {
|
||||
overflow : hidden;
|
||||
padding-bottom : @embed-responsive-padding;
|
||||
position : relative;
|
||||
|
||||
iframe {
|
||||
border : 0;
|
||||
bottom : 0;
|
||||
height : 100%;
|
||||
left : 0;
|
||||
position : absolute;
|
||||
top : 0;
|
||||
width : 100%;
|
||||
iframe {
|
||||
border : 0;
|
||||
bottom : 0;
|
||||
height : 100%;
|
||||
left : 0;
|
||||
position : absolute;
|
||||
top : 0;
|
||||
width : 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user