From d4baf040cc31b37e75e5bdb00c1fa743b8d3e5d3 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: Mon, 13 Jan 2025 09:10:28 +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=20(MisskeyIO#885)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../frontend/src/components/MkPostForm.vue | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/packages/frontend/src/components/MkPostForm.vue b/packages/frontend/src/components/MkPostForm.vue index 8d959b36f..72ce82589 100644 --- a/packages/frontend/src/components/MkPostForm.vue +++ b/packages/frontend/src/components/MkPostForm.vue @@ -1441,6 +1441,16 @@ defineExpose({ } } +@container (max-width: 400px) { + .submitInner { + min-width: 20px; + } + + .submitButtonText { + display: none; + } +} + @container (max-width: 350px) { .footer { font-size: 0.9em; @@ -1457,14 +1467,5 @@ defineExpose({ .headerRight { gap: 0; } - - .submitInner { - min-width: 20px; - } - - .submitButtonText { - display: none; - } - }