From 5b6727781b27baf661db6ecfc3af4c3d06c4768e Mon Sep 17 00:00:00 2001 From: fstr0 Date: Sun, 17 May 2020 20:17:50 +0100 Subject: [PATCH] Move text on button press (#44) * move text on button press * Delete 98.css * Delete 98.css --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index cd0adbd..54623a6 100644 --- a/style.css +++ b/style.css @@ -148,6 +148,7 @@ button { button:not(:disabled):active { box-shadow: var(--border-sunken-outer), var(--border-sunken-inner); + padding: 2px 11px 0 13px; } @media (not(hover)) {