mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-28 10:47:09 +00:00
ttrss_zoom: limit maximum width to make text more readable
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user