From 108cedb1037b175b65c65ccec1428f3eed2bb599 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Sat, 24 Aug 2024 21:24:21 -0500 Subject: [PATCH] change user-input width --- core/icons/alert.off.png | Bin 6570 -> 6517 bytes core/icons/alert.png | Bin 6789 -> 6701 bytes core/style.css | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 core/icons/alert.png diff --git a/core/icons/alert.off.png b/core/icons/alert.off.png index a358a63f78e5105752e5d073cf98423ad6721fab..e97bd9dfcc4be15fcde9c7be2e25baee93948ef7 100644 GIT binary patch delta 173 zcmZ2w{MBfJ1SbnK0|Ud`yN`l4D$bOcd`3c}UNpcb#1$x*l$2CkTie>&I%m$DRjXEQ z*|J4m^wUJ31Y=2%UoeBivm0q3PLj8~3quF1tOtYOgwW;;Q^Cbw1;4p=3<6T!VDs& Xn}lZRyo)>nG>^g4)z4*}Q$iB}eTh4D delta 224 zcmV<603ZMLGO9C>7zqdl0000V^Z#M7A(TLa7f5Q+y)^Y4u$a{1R_ubQiKW_>C zc`fz-{c7)xogfX2B|(0{3=Yq3q=7g|-tI089jvk*Ku(CKi(?4K_2h(v1P%Rk2Iey1 z=S&8REp*Px=p;zZ5{qd#qru1P%WdkOzQjo~QGqQWH$%e1G=M>gJ*}Zf$Bd0pL%f*n p+ovMMqo0a4VFroX~M2`)pViP?!hGTmZPy(2G zE+7P$1v$wx;P3nIgk3<4|6#6fKo18-QZysG>dd8I3|7tyhz|o~uOJ%+Ps(R5{UXAc zU-0A&&m-6}4g&)N!=(OL26bgt1_lNOhMRYPGvpO6#xM?V-uVB1_5X==9RDZQaS+Y} d_zWSW834J}knB$`X)pi)002ovPDHLkV1k`pcMSjl diff --git a/core/style.css b/core/style.css index dcad87e..3a06049 100644 --- a/core/style.css +++ b/core/style.css @@ -1930,7 +1930,7 @@ a.thumbnail-box::after { button.user-input { background: var(--primary-container-background); border: var(--primary-container-border); - width: 180px; + width: 184px; height: 30px; text-align: left; font-family: var(--primary-font);