Update default.html

pull/108/merge
Fatih Kadir Akın 2022-12-16 02:55:28 +03:00 committed by GitHub
parent f0a6ad6b99
commit 64ee4f7c8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -31,8 +31,9 @@
const button = document.createElement('button');
button.style.border = '1px solid #ccc';
button.style.borderRadius = '3px';
button.style.fontSize = '1.2rem';
button.style.fontSize = '1rem';
button.style.marginRight = '0.5rem';
button.style.width = '32px';
button.innerHTML = '✂️';
button.addEventListener('click', () => {
if (navigator.clipboard) {