1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

grid view tweaks

This commit is contained in:
Andrew Dolgov
2021-03-10 11:44:16 +03:00
parent 0b93d8d013
commit b6033d0bbd
8 changed files with 115 additions and 8 deletions
+8
View File
@@ -86,12 +86,20 @@
font-size : 16px;
}
.intermediate iframe,
.content-inner iframe {
max-width : 98%;
width : auto;
height : auto;
}
.intermediate img,
.intermediate video,
.content-inner img,
.content-inner video {
border-width : 0px;
max-width : 98%;
width : auto;
height : auto;
}
}