forked from 0x2620/pandora
tweak scrollbar related filter size
This commit is contained in:
parent
9983fdbf1e
commit
bce4711248
1 changed files with 4 additions and 4 deletions
|
@ -191,12 +191,12 @@ pandora.ui.filter = function(id) {
|
||||||
],
|
],
|
||||||
type: 'image',
|
type: 'image',
|
||||||
})
|
})
|
||||||
.css(Ox.UI.SCROLLBAR_SIZE == 16 ? {
|
.css(Ox.UI.SCROLLBAR_SIZE == 8 ? {
|
||||||
right: 0,
|
|
||||||
width: '14px'
|
|
||||||
} : {
|
|
||||||
right: '-1px',
|
right: '-1px',
|
||||||
width: '8px',
|
width: '8px',
|
||||||
|
} : {
|
||||||
|
right: '2px',
|
||||||
|
width: (Ox.UI.SCROLLBAR_SIZE - 2) + 'px'
|
||||||
})
|
})
|
||||||
.bindEvent({
|
.bindEvent({
|
||||||
change: function(data) {
|
change: function(data) {
|
||||||
|
|
Loading…
Reference in a new issue