mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Scaling images in the Feed view to be no larger than the viewport.
This commit is contained in:
parent
3a17bc976c
commit
35662d8e64
1 changed files with 4 additions and 0 deletions
|
@ -1342,6 +1342,10 @@ background: transparent;
|
|||
height: 16px;
|
||||
}
|
||||
|
||||
#story_pane .NB-feed-stories .NB-feed-story img {
|
||||
max-width: 120%;
|
||||
}
|
||||
|
||||
#story_pane .NB-feed-story .NB-feed-story-sentiment {
|
||||
position: absolute;
|
||||
top: 1px;
|
||||
|
|
Loading…
Add table
Reference in a new issue