diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2020-06-07 00:08:20 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-07 00:08:20 +0300 |
commit | 0384e2afef68abd4236fc422f087b1a5f558da34 (patch) | |
tree | ee18eaf06ca861dcb6414f7f5c91cfbefd75778f | |
parent | 2c58b1c1091355e5e4f2a2c20d96051863549b8d (diff) |
scale background icon when page is zoomed (#592)
-rw-r--r-- | ext/mixed/css/display.css | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |