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', 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) {