ttrss_zoom: limit maximum width to make text more readable
This commit is contained in:
parent
08183fcd27
commit
355723ca59
|
@ -1650,8 +1650,7 @@ body.ttrss_utility.ttrss_login .container .content {
|
||||||
padding: 40px;
|
padding: 40px;
|
||||||
}
|
}
|
||||||
body.ttrss_utility.installer,
|
body.ttrss_utility.installer,
|
||||||
body.ttrss_utility.feed_debugger,
|
body.ttrss_utility.feed_debugger {
|
||||||
body.ttrss_utility.ttrss_zoom {
|
|
||||||
margin: 2em;
|
margin: 2em;
|
||||||
}
|
}
|
||||||
body.ttrss_utility.share_popup {
|
body.ttrss_utility.share_popup {
|
||||||
|
@ -1820,6 +1819,10 @@ body.ttrss_utility.share_popup .content {
|
||||||
.flat .dijitCheckBox {
|
.flat .dijitCheckBox {
|
||||||
background: #ccc;
|
background: #ccc;
|
||||||
}
|
}
|
||||||
|
body.ttrss_zoom {
|
||||||
|
max-width: 900px;
|
||||||
|
margin: 2em auto;
|
||||||
|
}
|
||||||
body.ttrss_zoom div.post {
|
body.ttrss_zoom div.post {
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
background: white;
|
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.installer,
|
||||||
body.ttrss_utility.feed_debugger,
|
body.ttrss_utility.feed_debugger {
|
||||||
body.ttrss_utility.ttrss_zoom {
|
|
||||||
margin : 2em;
|
margin : 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
body.ttrss_zoom {
|
body.ttrss_zoom {
|
||||||
|
max-width : 900px;
|
||||||
|
margin : 2em auto;
|
||||||
|
|
||||||
div.post {
|
div.post {
|
||||||
border : 1px solid #ddd;
|
border : 1px solid #ddd;
|
||||||
background : white;
|
background : white;
|
||||||
|
|
|
@ -1651,8 +1651,7 @@ body.ttrss_utility.ttrss_login .container .content {
|
||||||
padding: 40px;
|
padding: 40px;
|
||||||
}
|
}
|
||||||
body.ttrss_utility.installer,
|
body.ttrss_utility.installer,
|
||||||
body.ttrss_utility.feed_debugger,
|
body.ttrss_utility.feed_debugger {
|
||||||
body.ttrss_utility.ttrss_zoom {
|
|
||||||
margin: 2em;
|
margin: 2em;
|
||||||
}
|
}
|
||||||
body.ttrss_utility.share_popup {
|
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;
|
padding: 40px;
|
||||||
}
|
}
|
||||||
body.ttrss_utility.installer,
|
body.ttrss_utility.installer,
|
||||||
body.ttrss_utility.feed_debugger,
|
body.ttrss_utility.feed_debugger {
|
||||||
body.ttrss_utility.ttrss_zoom {
|
|
||||||
margin: 2em;
|
margin: 2em;
|
||||||
}
|
}
|
||||||
body.ttrss_utility.share_popup {
|
body.ttrss_utility.share_popup {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue