From 9fe1a65aff5cdf76f210f52b184d44ea862e5396 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 15 Nov 2023 12:10:26 +0100 Subject: Set toolbar button size explicitly. --- public/common/client.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'public') 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; -- cgit v1.2.3