summaryrefslogtreecommitdiff
path: root/themes/compact_night.css
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/compact_night.css
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/compact_night.css')
-rw-r--r--themes/compact_night.css22
1 files changed, 0 insertions, 22 deletions
diff --git a/themes/compact_night.css b/themes/compact_night.css
index e61c63137..5ae0d88d1 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.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: #ccc;
@@ -1913,11 +1896,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;