Update default.html
This commit is contained in:
parent
f0a6ad6b99
commit
64ee4f7c8e
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue