summaryrefslogtreecommitdiff
path: root/themes/light/tt-rss.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-05-09 12:49:19 +0300
committerAndrew Dolgov <[email protected]>2020-05-09 12:49:19 +0300
commit2b55afbeec840beb127bb9b836cd957d9e246042 (patch)
treeb4852bc51abf7cd7ad9290bb352e995579712fa2 /themes/light/tt-rss.less
parenta802649d5397da0bdeaceddf3a9a38093053bcba (diff)
sanitize: forbid "allow" attribute
CSS: remove auto hyphens stuff, remove iframe width clipping to 98% because they get squished
Diffstat (limited to 'themes/light/tt-rss.less')
-rw-r--r--themes/light/tt-rss.less9
1 files changed, 0 insertions, 9 deletions
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%;
- }
}
}