reduce single button size

This commit is contained in:
Simon 2023-10-31 16:48:58 +07:00
parent f5f919dfef
commit 79a002956b
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 2 additions and 2 deletions

View File

@ -338,8 +338,8 @@ function buildVideoButton(titleContainer) {
dlIcon.innerHTML = defaultIcon;
Object.assign(dlIcon.style, {
filter: 'invert()',
width: '18px',
height: '18px',
width: '15px',
height: '15px',
padding: '7px 8px',
});