From 1b5e182d6e915dc6b17121fb1ba641a2e92cd1de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Kadir=20Ak=C4=B1n?= Date: Fri, 16 Dec 2022 02:59:36 +0300 Subject: [PATCH] Update default.html --- _layouts/default.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index ad42eb5..e85e407 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -29,11 +29,12 @@ document.querySelectorAll("h2[id^=act] + p + blockquote").forEach((x) => { x.setAttribute('contentEditable', true); const button = document.createElement('button'); - button.style.border = '1px solid #ccc'; + button.style.border = '0'; button.style.borderRadius = '3px'; button.style.fontSize = '1rem'; button.style.marginRight = '0.5rem'; - button.style.width = '32px'; + button.style.padding = '0'; + button.style.backgroundColor = 'transparent'; button.innerHTML = '✂️'; button.addEventListener('click', () => { if (navigator.clipboard) {