tweak scrollbar related filter size

This commit is contained in:
j 2018-11-12 07:14:28 +01:00
parent 9983fdbf1e
commit bce4711248

View file

@ -191,12 +191,12 @@ pandora.ui.filter = function(id) {
],
type: 'image',
})
.css(Ox.UI.SCROLLBAR_SIZE == 16 ? {
right: 0,
width: '14px'
} : {
.css(Ox.UI.SCROLLBAR_SIZE == 8 ? {
right: '-1px',
width: '8px',
} : {
right: '2px',
width: (Ox.UI.SCROLLBAR_SIZE - 2) + 'px'
})
.bindEvent({
change: function(data) {