mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
Make iframes size responsively.
This commit is contained in:
@@ -203,6 +203,22 @@ div.cdm.vgrlf .feed {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
div.content-inner div.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%;
|
||||
}
|
||||
}
|
||||
|
||||
div.header span.author {
|
||||
white-space : nowrap;
|
||||
color : @default-text;
|
||||
|
||||
Reference in New Issue
Block a user