diff --git a/_layouts/default.html b/_layouts/default.html index 6ed8187..ad42eb5 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -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) {