mirror of
https://github.com/viq/NewsBlur.git
synced 2025-11-01 09:09:16 +00:00
Fix full bleed images on iPad portrait with story list at bottom.
This commit is contained in:
parent
0c3fd2e07c
commit
7bf3f1b055
1 changed files with 5 additions and 0 deletions
|
|
@ -560,6 +560,11 @@ div + p {
|
|||
margin-left: -30px !important;
|
||||
width: 736px !important;
|
||||
}
|
||||
.NB-width-768 .NB-story img.NB-large-image {
|
||||
max-width: 768px;
|
||||
margin-left: -30px !important;
|
||||
width: 768px !important;
|
||||
}
|
||||
|
||||
.NB-story img.NB-small-image {
|
||||
display: inline-block;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue