mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 05:05:56 +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;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -99,8 +99,7 @@ body.ttrss_utility.ttrss_login {
|
||||
}
|
||||
|
||||
body.ttrss_utility.installer,
|
||||
body.ttrss_utility.feed_debugger,
|
||||
body.ttrss_utility.ttrss_zoom {
|
||||
body.ttrss_utility.feed_debugger {
|
||||
margin : 2em;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
body.ttrss_zoom {
|
||||
max-width : 900px;
|
||||
margin : 2em auto;
|
||||
|
||||
div.post {
|
||||
border : 1px solid #ddd;
|
||||
background : white;
|
||||
|
||||
@@ -1651,8 +1651,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 {
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1651,8 +1651,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 {
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user