mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
As per a suggestion, making the max-width of the Feed view set to 700px. Great idea.
This commit is contained in:
parent
68d956e80b
commit
b532e85b3d
1 changed files with 1 additions and 0 deletions
|
@ -1889,6 +1889,7 @@ background: transparent;
|
|||
#story_pane .NB-feed-story-content {
|
||||
margin: 0 140px 32px 28px;
|
||||
padding: 12px 0px;
|
||||
max-width: 700px;
|
||||
}
|
||||
|
||||
#story_pane .NB-feed-story-endbar {
|
||||
|
|
Loading…
Add table
Reference in a new issue