diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-11-15 12:10:26 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-11-30 00:24:06 +0100 |
commit | 9fe1a65aff5cdf76f210f52b184d44ea862e5396 (patch) | |
tree | eadd956564d2a6f8572ca12a77d964b6c1a2e4ee | |
parent | 2c459221704db36c4b3512e4e66432dc1eadd791 (diff) | |
download | server-9fe1a65aff5cdf76f210f52b184d44ea862e5396.tar.gz |
Set toolbar button size explicitly.
-rw-r--r-- | public/common/client.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/common/client.css b/public/common/client.css index d5d69fc..86f968b 100644 --- a/public/common/client.css +++ b/public/common/client.css @@ -270,6 +270,8 @@ summary img, #toolbar button img { #toolbar button { background-color: transparent; + width: 44px; + height: 44px; border: none; outline: none; height: auto; |