update ttrssZoom style
This commit is contained in:
parent
056c537b28
commit
8c82001ba0
1 changed files with 11 additions and 1 deletions
12
tt-rss.css
12
tt-rss.css
|
@ -1208,10 +1208,20 @@ div.postHeader span.author {
|
||||||
body#ttrssZoom {
|
body#ttrssZoom {
|
||||||
margin-left : auto;
|
margin-left : auto;
|
||||||
margin-right : auto;
|
margin-right : auto;
|
||||||
max-width : 650px;
|
max-width : 800px;
|
||||||
background : #f0f0f0;
|
background : #f0f0f0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body#ttrssZoom div.postContent p {
|
||||||
|
max-width : 650px;
|
||||||
|
}
|
||||||
|
|
||||||
|
body#ttrssZoom div.postReply {
|
||||||
|
border : 1px solid #ccc;
|
||||||
|
margin : 20px;
|
||||||
|
box-shadow : 0px 0px 3px #ccc;
|
||||||
|
}
|
||||||
|
|
||||||
body#ttrssZoom div.postContent, body#ttrssZoom div.postHeader {
|
body#ttrssZoom div.postContent, body#ttrssZoom div.postHeader {
|
||||||
background-color : white;
|
background-color : white;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue