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

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;
}
}

View File

@@ -768,8 +768,22 @@ body.ttrss_main {
}
.cdm.expanded {
background : @default-bg;
border : 1px solid @border-default;
.header, .content {
background : @default-bg;
border : 1px solid @border-default;
overflow : hidden;
}
.content {
border-top-width : 0;
padding : 0 4px 4px 4px;
}
.header {
border-bottom-width : 0;
padding : 4px;
}
.footer {
border : 0;