summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-11-15 12:10:26 +0100
committerTor Andersson <tor@ccxvii.net>2023-11-30 00:24:06 +0100
commit9fe1a65aff5cdf76f210f52b184d44ea862e5396 (patch)
treeeadd956564d2a6f8572ca12a77d964b6c1a2e4ee
parent2c459221704db36c4b3512e4e66432dc1eadd791 (diff)
downloadserver-9fe1a65aff5cdf76f210f52b184d44ea862e5396.tar.gz
Set toolbar button size explicitly.
-rw-r--r--public/common/client.css2
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;