mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Fixing spacing on intelligence slider.
This commit is contained in:
parent
3e94720c7b
commit
8d76ac74a3
2 changed files with 5 additions and 5 deletions
|
@ -4920,13 +4920,13 @@ form.opml_import_form input {
|
|||
margin: -1px 5px -1px 0px;
|
||||
}
|
||||
.NB-narrow .NB-intelligence-slider .NB-intelligence-slider-green img {
|
||||
margin: 1px 8px 2px;
|
||||
margin: 1px 6px 2px;
|
||||
}
|
||||
.NB-narrow .NB-intelligence-slider .NB-intelligence-slider-blue img {
|
||||
margin: 1px 8px 2px;
|
||||
margin: -1px 4px 0px;
|
||||
}
|
||||
.NB-extra-narrow .NB-intelligence-slider .NB-intelligence-slider-yellow img {
|
||||
margin: 1px 8px 2px;
|
||||
margin: 1px 6px 2px;
|
||||
}
|
||||
|
||||
/* ===================== */
|
||||
|
|
|
@ -437,8 +437,8 @@
|
|||
var feed_pane_size = state.size;
|
||||
|
||||
$('#NB-splash').css('left', feed_pane_size);
|
||||
$pane.toggleClass("NB-narrow", this.layout.outerLayout.state.west.size < 240);
|
||||
$pane.toggleClass("NB-extra-narrow", this.layout.outerLayout.state.west.size < 218);
|
||||
$pane.toggleClass("NB-narrow", this.layout.outerLayout.state.west.size < 290);
|
||||
$pane.toggleClass("NB-extra-narrow", this.layout.outerLayout.state.west.size < 238);
|
||||
this.flags.set_feed_pane_size = this.flags.set_feed_pane_size || _.debounce( _.bind(function() {
|
||||
var feed_pane_size = this.layout.outerLayout.state.west.size;
|
||||
this.model.preference('feed_pane_size', feed_pane_size);
|
||||
|
|
Loading…
Add table
Reference in a new issue