From cf1952ac0dc0cb129e1810154abcf8c328fcad84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=82=E3=82=8F=E3=82=8F=E3=82=8F=E3=81=A8=E3=83=BC?= =?UTF-8?q?=E3=81=AB=E3=82=85?= <17376330+u1-liquid@users.noreply.github.com> Date: Tue, 14 Jan 2025 01:09:38 +0900 Subject: [PATCH] =?UTF-8?q?spec(MisskeyIO#884):=20=E9=80=81=E4=BF=A1?= =?UTF-8?q?=E3=83=9C=E3=82=BF=E3=83=B3=E3=82=92=E3=82=A2=E3=82=A4=E3=82=B3?= =?UTF-8?q?=E3=83=B3=E3=81=AE=E3=81=BF=E3=81=AE=E8=A1=A8=E7=A4=BA=E3=81=AB?= =?UTF-8?q?=E3=81=99=E3=82=8B=E3=81=97=E3=81=8D=E3=81=84=E5=80=A4=E3=82=92?= =?UTF-8?q?=E5=A4=89=E6=9B=B4=202=20(MisskeyIO#886)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/src/components/MkPostForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/src/components/MkPostForm.vue b/packages/frontend/src/components/MkPostForm.vue index 72ce82589..9911dc0ae 100644 --- a/packages/frontend/src/components/MkPostForm.vue +++ b/packages/frontend/src/components/MkPostForm.vue @@ -1441,7 +1441,7 @@ defineExpose({ } } -@container (max-width: 400px) { +@container (max-width: 375px) { .submitInner { min-width: 20px; }