From 0384e2afef68abd4236fc422f087b1a5f558da34 Mon Sep 17 00:00:00 2001 From: siikamiika Date: Sun, 7 Jun 2020 00:08:20 +0300 Subject: [PATCH] scale background icon when page is zoomed (#592) --- ext/mixed/css/display.css | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css index a92775b8..1f392de2 100644 --- a/ext/mixed/css/display.css +++ b/ext/mixed/css/display.css @@ -279,6 +279,7 @@ button.action-button { display: block; background-color: transparent; background-repeat: no-repeat; + background-size: contain; } .action-button[data-icon=entry-current]:before {