From 2b55afbeec840beb127bb9b836cd957d9e246042 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 9 May 2020 12:49:19 +0300 Subject: sanitize: forbid "allow" attribute CSS: remove auto hyphens stuff, remove iframe width clipping to 98% because they get squished --- themes/compact.css | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'themes/compact.css') diff --git a/themes/compact.css b/themes/compact.css index f30b8ce94..336966162 100644 --- a/themes/compact.css +++ b/themes/compact.css @@ -70,13 +70,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; @@ -1283,16 +1276,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: #555; @@ -1922,11 +1905,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; -- cgit v1.2.3-54-g00ecf