From 9333570ab7595085721064eced7dda14d3b69a7a Mon Sep 17 00:00:00 2001 From: binary-husky Date: Sat, 23 Sep 2023 23:47:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=8F=E5=B0=8F=E9=87=8D=E7=BD=AE=E7=AD=89?= =?UTF-8?q?=E5=9F=BA=E7=A1=80=E6=8C=89=E9=92=AE=E7=9A=84=E6=9C=80=E5=B0=8F?= =?UTF-8?q?=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/common.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/themes/common.css b/themes/common.css index 033bb7a..be1f3c2 100644 --- a/themes/common.css +++ b/themes/common.css @@ -50,3 +50,11 @@ gap: 4px; padding-block: 2px !important; } + +/* input btns: clear, reset, stop */ +#input-panel button { + min-width: min(80px,100%); +} +#input-panel2 button { + min-width: min(80px,100%); +} \ No newline at end of file