summaryrefslogtreecommitdiff
path: root/css/default.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-03-11 11:53:19 +0300
committerAndrew Dolgov <[email protected]>2019-03-11 11:53:19 +0300
commit355723ca59a6bd92192aaf1ac606d846a3eb3359 (patch)
tree8ad192e7d5ebb8c6af089460375f6c78bbcce38e /css/default.css
parent08183fcd27da2109ac0d5b516983a3b1879831dd (diff)
ttrss_zoom: limit maximum width to make text more readable
Diffstat (limited to 'css/default.css')
-rw-r--r--css/default.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/css/default.css b/css/default.css
index e29b66382..255fb7eb4 100644
--- a/css/default.css
+++ b/css/default.css
@@ -1650,8 +1650,7 @@ body.ttrss_utility.ttrss_login .container .content {
padding: 40px;
}
body.ttrss_utility.installer,
-body.ttrss_utility.feed_debugger,
-body.ttrss_utility.ttrss_zoom {
+body.ttrss_utility.feed_debugger {
margin: 2em;
}
body.ttrss_utility.share_popup {
@@ -1820,6 +1819,10 @@ body.ttrss_utility.share_popup .content {
.flat .dijitCheckBox {
background: #ccc;
}
+body.ttrss_zoom {
+ max-width: 900px;
+ margin: 2em auto;
+}
body.ttrss_zoom div.post {
border: 1px solid #ddd;
background: white;