finetune button positioning and margin

This commit is contained in:
simon 2023-03-02 17:58:56 +07:00
parent 9528a347e0
commit 2cc5cfc17d
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 3 additions and 3 deletions

View File

@ -122,7 +122,7 @@ function buildButtonDiv() {
color: '#fff',
fontSize: '14px',
padding: '5px',
margin: '0 5px',
margin: '5px',
borderRadius: '8px',
});
return buttonDiv;
@ -268,8 +268,8 @@ function buildVideoButton(thumbContainer) {
dlIcon.innerHTML = downloadIcon;
Object.assign(dlIcon.style, {
filter: 'invert()',
width: '20px',
padding: '10px 13px',
width: '18px',
padding: '7px 8px',
});
dlButton.appendChild(dlIcon);