mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
The story margins now allow for highlighting.
This commit is contained in:
parent
d22e8f087c
commit
d94d533631
2 changed files with 5 additions and 4 deletions
|
@ -3284,14 +3284,14 @@ body {
|
|||
max-height: none;
|
||||
}
|
||||
.NB-feed-story .NB-story-content-wrapper {
|
||||
margin: 0 236px 28px 28px;
|
||||
padding: 0 236px 28px 28px;
|
||||
}
|
||||
.NB-narrow-content .NB-feed-story .NB-story-content-wrapper {
|
||||
margin-right: 28px;
|
||||
padding-right: 28px;
|
||||
}
|
||||
.NB-story-content-wrapper.NB-story-content-wrapper-height-truncated {
|
||||
max-height: 460px;
|
||||
margin-bottom: 0;
|
||||
padding-bottom: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
.NB-story-content-wrapper.NB-story-content-wrapper-height-fudged {
|
||||
|
@ -3307,6 +3307,7 @@ body {
|
|||
color: #1a9fff;
|
||||
font-size: 12px;
|
||||
background: #fff;
|
||||
margin: 28px;
|
||||
}
|
||||
.NB-story-content-wrapper .NB-story-content-expander .NB-story-content-expander-inner {
|
||||
position: relative;
|
||||
|
|
|
@ -17,7 +17,7 @@ NEWSBLUR.Views.StoryDetailView = Backbone.View.extend({
|
|||
"mouseenter .NB-feed-story-manage-icon" : "mouseenter_manage_icon",
|
||||
"mouseleave .NB-feed-story-manage-icon" : "mouseleave_manage_icon",
|
||||
"contextmenu .NB-feed-story-header" : "show_manage_menu_rightclick",
|
||||
"mouseup .NB-feed-story-content" : "mouseup_check_selection",
|
||||
"mouseup .NB-story-content-wrapper" : "mouseup_check_selection",
|
||||
"click .NB-feed-story-manage-icon" : "show_manage_menu",
|
||||
"click .NB-feed-story-show-changes" : "show_story_changes",
|
||||
"click .NB-feed-story-header-title" : "open_feed",
|
||||
|
|
Loading…
Add table
Reference in a new issue