From bddb330a8a08b7459c299fb56ae8770c3ac69af5 Mon Sep 17 00:00:00 2001 From: Thibaut Girka Date: Thu, 3 May 2018 19:17:03 +0200 Subject: [PATCH] Allow report modal to be up to 80% of viewport 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 f1284b3884..d76ebfa448 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -4033,7 +4033,7 @@ a.status-card { .report-modal__statuses { flex: 1 1 auto; min-height: 20vh; - max-height: 40vh; + max-height: 80vh; overflow-y: auto; overflow-x: hidden;