From 28ab22bc225e31e07276993dba34f97799ed1de2 Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Wed, 24 Jan 2024 00:40:19 +0100 Subject: [PATCH] =?UTF-8?q?Reduce=20size=20of=20icon=20input=E2=80=99s=20b?= =?UTF-8?q?uttons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/static/camper.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/web/static/camper.css b/web/static/camper.css index 455ae69..eeb26b7 100644 --- a/web/static/camper.css +++ b/web/static/camper.css @@ -522,8 +522,15 @@ textarea { gap: .25em; } +.icon-input li { + flex: 1; +} + .icon-input button { - padding: 1em; + min-width: 0; + width: 4rem; + height: 4rem; + background-position: center; } .icon-input button[aria-pressed="true"] {