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/light/tt-rss.less | 9 --------- 1 file changed, 9 deletions(-) (limited to 'themes/light/tt-rss.less') diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less index c971b472d..0234f97b7 100644 --- a/themes/light/tt-rss.less +++ b/themes/light/tt-rss.less @@ -65,15 +65,6 @@ body.ttrss_main { max-width : 98%; height: auto; } - - p { - hyphens: auto; - } - - iframe { - min-width : 50%; - max-width : 98%; - } } } -- cgit v1.2.3