mirror of
https://github.com/tubearchivist/browser-extension.git
synced 2024-11-25 13:10:14 +00:00
reduce single button size
This commit is contained in:
parent
f5f919dfef
commit
79a002956b
@ -338,8 +338,8 @@ function buildVideoButton(titleContainer) {
|
|||||||
dlIcon.innerHTML = defaultIcon;
|
dlIcon.innerHTML = defaultIcon;
|
||||||
Object.assign(dlIcon.style, {
|
Object.assign(dlIcon.style, {
|
||||||
filter: 'invert()',
|
filter: 'invert()',
|
||||||
width: '18px',
|
width: '15px',
|
||||||
height: '18px',
|
height: '15px',
|
||||||
padding: '7px 8px',
|
padding: '7px 8px',
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user