mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing story sentiment and manage menu position in story detail view.
This commit is contained in:
parent
f4f5a0f1da
commit
6e503aeddf
2 changed files with 3 additions and 3 deletions
|
@ -2285,7 +2285,7 @@ body {
|
|||
}
|
||||
.NB-feed-story .NB-feed-story-sentiment {
|
||||
position: absolute;
|
||||
top: 1px;
|
||||
top: 3px;
|
||||
left: -19px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
|
@ -2330,7 +2330,7 @@ body {
|
|||
height: 22px;
|
||||
left: -28px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
top: 2px;
|
||||
width: 28px;
|
||||
}
|
||||
.NB-feed-story .NB-feed-story-header:hover .NB-feed-story-manage-icon {
|
||||
|
|
|
@ -3363,7 +3363,7 @@
|
|||
top = toplevel ? 3 : 3;
|
||||
} else if (type == 'story') {
|
||||
left = 7;
|
||||
top = 1;
|
||||
top = 3;
|
||||
$align = $('.NB-story-manage-icon,.NB-feed-story-manage-icon', $item);
|
||||
if (!$align.is(':visible')) {
|
||||
$align = $('.NB-storytitles-sentiment,.NB-feed-story-sentiment', $item);
|
||||
|
|
Loading…
Add table
Reference in a new issue