From 5cd97aa3cb63b83b0e6a6b161c78140c4605e08b Mon Sep 17 00:00:00 2001 From: KMY Date: Tue, 25 Jul 2023 17:11:17 +0900 Subject: [PATCH] Fix media gallery item height --- app/javascript/styles/mastodon/components.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index e588938db8..1b6e5626ec 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -6266,6 +6266,7 @@ a.status-card { position: relative; width: 100%; min-height: 64px; + max-height: 70vh; display: grid; grid-template-columns: 50% 50%; grid-template-rows: 50% 50%; @@ -6317,7 +6318,6 @@ a.status-card { img { height: 100%; width: 100%; - max-height: 70vh; } img {