temporary fix for https://code.google.com/p/chromium/issues/detail?id=167198
This commit is contained in:
parent
b20d6a6e59
commit
066b434a33
1 changed files with 2 additions and 2 deletions
|
@ -133,8 +133,8 @@ Ox.IconItem = function(options, self) {
|
||||||
});
|
});
|
||||||
that.$gradient = $('<div>')
|
that.$gradient = $('<div>')
|
||||||
.css({
|
.css({
|
||||||
//top: (-self.options.size / 2) + 'px',
|
// `+2` is a temporary fix for https://code.google.com/p/chromium/issues/detail?id=167198
|
||||||
width: self.options.itemWidth + 'px',
|
width: self.options.itemWidth + 2 + 'px',
|
||||||
height: self.options.itemWidth / 2 + 'px'
|
height: self.options.itemWidth / 2 + 'px'
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue