sanitize: forbid "allow" attribute

CSS: remove auto hyphens stuff, remove iframe width clipping to 98% because they get squished
This commit is contained in:
Andrew Dolgov
2020-05-09 12:49:19 +03:00
parent a802649d53
commit 2b55afbeec
14 changed files with 6 additions and 143 deletions

View File

@@ -71,13 +71,6 @@ body.ttrss_main div.post div.content video {
max-width: 98%;
height: auto;
}
body.ttrss_main div.post div.content p {
hyphens: auto;
}
body.ttrss_main div.post div.content iframe {
min-width: 50%;
max-width: 98%;
}
body.ttrss_main .inline-player {
display: flex;
align-items: center;
@@ -1284,16 +1277,6 @@ div.cdm.vgrlf .feed {
font-style: italic;
font-size: 11px;
}
.cdm div.content-inner p {
/*max-width : 650px;*/
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
.cdm div.content-inner iframe {
min-width: 50%;
max-width: 98%;
}
.cdm div.header span.author {
white-space: nowrap;
color: #ccc;
@@ -1914,11 +1897,6 @@ body.ttrss_zoom div.post div.header .row {
align-items: center;
justify-content: space-between;
}
body.ttrss_zoom div.post p {
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
body.ttrss_zoom div.post div.content {
font-size: 15px;
line-height: 1.5;