From c8b1ef0971fcd7ef3db938db02fb4ec6a71bfe42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=BE=E3=81=A3=E3=81=A1=E3=82=83=E3=81=A8=E3=83=BC?= =?UTF-8?q?=E3=81=AB=E3=82=85?= <17376330+u1-liquid@users.noreply.github.com> Date: Tue, 27 Feb 2024 10:57:49 +0900 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20MFM=E3=81=AE=E3=82=B0=E3=83=BC?= =?UTF-8?q?=E3=82=B0=E3=83=AB=E6=A4=9C=E7=B4=A2=E3=83=9C=E3=83=83=E3=82=AF?= =?UTF-8?q?=E3=82=B9=E3=81=AE=E9=AB=98=E3=81=95=E3=81=8C=E3=81=8A=E3=81=8B?= =?UTF-8?q?=E3=81=97=E3=81=84=E5=95=8F=E9=A1=8C=E3=82=92=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=20(MisskeyIO#484)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/src/components/MkGoogle.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/frontend/src/components/MkGoogle.vue b/packages/frontend/src/components/MkGoogle.vue index a78d30feb6..2244d36bb6 100644 --- a/packages/frontend/src/components/MkGoogle.vue +++ b/packages/frontend/src/components/MkGoogle.vue @@ -37,11 +37,11 @@ const search = () => { flex-shrink: 1; padding: 10px; width: 100%; - height: 40px; + height: 18px; font-size: 16px; border: solid 1px var(--divider); border-radius: 4px 0 0 4px; - -webkit-appearance: textfield; + --webkit-appearance: textfield; } .button {