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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user