From e8e925f03d0f4f26431c58dd60289af5628e1771 Mon Sep 17 00:00:00 2001 From: KMY Date: Sun, 1 Oct 2023 18:58:26 +0900 Subject: [PATCH] =?UTF-8?q?=E7=94=BB=E5=83=8F=E3=81=A4=E3=81=8D=E6=8A=95?= =?UTF-8?q?=E7=A8=BF=E3=81=AE=E6=9C=80=E5=A4=A7=E9=AB=98=E3=81=95=E3=82=92?= =?UTF-8?q?=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/javascript/styles/mastodon/components.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 3416543e2e..5fafc10a49 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -6518,7 +6518,7 @@ a.status-card { position: relative; width: 100%; min-height: 64px; - max-height: 70vh; + max-height: 60vh; display: grid; grid-template-columns: 50% 50%; grid-template-rows: 50% 50%; @@ -6539,6 +6539,10 @@ a.status-card { &--column4 { grid-template-columns: 25% 25% 25% 25%; } + + &__compact { + max-height: 24vh; + } } .media-gallery__item {