ttrssZoom: fix image width
This commit is contained in:
parent
5aaae215e8
commit
a6e3554e32
|
@ -999,6 +999,10 @@ body#ttrssZoom div.footer {
|
|||
text-align : center;
|
||||
}
|
||||
|
||||
body#ttrssZoom div.postContent img {
|
||||
max-width : 650px;
|
||||
}
|
||||
|
||||
select.attachments {
|
||||
display : block;
|
||||
margin-top : 10px;
|
||||
|
|
Loading…
Reference in New Issue