mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
Narrower west split feedicon sentiment.
This commit is contained in:
parent
a4b7927b92
commit
7fa57956fb
2 changed files with 10 additions and 1 deletions
|
@ -1803,7 +1803,11 @@ hr {
|
||||||
}
|
}
|
||||||
.NB-image-preview-small-left:not(.NB-story-layout-grid) .NB-story-title .NB-storytitles-sentiment,
|
.NB-image-preview-small-left:not(.NB-story-layout-grid) .NB-story-title .NB-storytitles-sentiment,
|
||||||
.NB-image-preview-large-left:not(.NB-story-layout-grid) .NB-story-title .NB-storytitles-sentiment {
|
.NB-image-preview-large-left:not(.NB-story-layout-grid) .NB-story-title .NB-storytitles-sentiment {
|
||||||
left: 90px;
|
left: 89px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.NB-image-preview-small-left:not(.NB-story-layout-grid) .NB-view-river .NB-story-pane-west .NB-story-title .NB-storytitles-sentiment,
|
||||||
|
.NB-image-preview-large-left:not(.NB-story-layout-grid) .NB-view-river .NB-story-pane-west .NB-story-title .NB-storytitles-sentiment {
|
||||||
top: 24px;
|
top: 24px;
|
||||||
}
|
}
|
||||||
.NB-story-title.NB-story-positive .NB-storytitles-sentiment {
|
.NB-story-title.NB-story-positive .NB-storytitles-sentiment {
|
||||||
|
@ -2113,6 +2117,9 @@ hr {
|
||||||
.NB-image-preview-small-left:not(.NB-story-layout-grid) .NB-story-title .NB-story-manage-icon,
|
.NB-image-preview-small-left:not(.NB-story-layout-grid) .NB-story-title .NB-story-manage-icon,
|
||||||
.NB-image-preview-large-left:not(.NB-story-layout-grid) .NB-story-title .NB-story-manage-icon {
|
.NB-image-preview-large-left:not(.NB-story-layout-grid) .NB-story-title .NB-story-manage-icon {
|
||||||
left: 90px;
|
left: 90px;
|
||||||
|
}
|
||||||
|
.NB-image-preview-small-left:not(.NB-story-layout-grid) .NB-view-river .NB-story-pane-west .NB-story-title .NB-story-manage-icon,
|
||||||
|
.NB-image-preview-large-left:not(.NB-story-layout-grid) .NB-view-river .NB-story-pane-west .NB-story-title .NB-story-manage-icon {
|
||||||
top: 24px;
|
top: 24px;
|
||||||
}
|
}
|
||||||
.NB-story-title:hover .NB-story-manage-icon {
|
.NB-story-title:hover .NB-story-manage-icon {
|
||||||
|
|
|
@ -520,6 +520,8 @@
|
||||||
|
|
||||||
add_drag_handles: function () {
|
add_drag_handles: function () {
|
||||||
var $resizer = NEWSBLUR.reader.layout.outerLayout.resizers.west;
|
var $resizer = NEWSBLUR.reader.layout.outerLayout.resizers.west;
|
||||||
|
if ($resizer.find(".NB-task-drag").length) return;
|
||||||
|
|
||||||
$resizer.append($.make('div', { className: "NB-task-drag" }, [
|
$resizer.append($.make('div', { className: "NB-task-drag" }, [
|
||||||
$.make('div', { className: "NB-task-image" })
|
$.make('div', { className: "NB-task-image" })
|
||||||
])).css('overflow', 'visible');
|
])).css('overflow', 'visible');
|
||||||
|
|
Loading…
Add table
Reference in a new issue