about summary refs log tree commit diff
path: root/app/javascript/styles
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2018-05-06 20:38:17 +0200
committerEugen Rochko <eugen@zeonfederated.com>2018-05-06 20:38:17 +0200
commit5c7bed6bbcc53895272879558640e48f04e2e8b3 (patch)
treea4481bdb0e1af88467f1aa19b4e285d433e2f8bf /app/javascript/styles
parente571de29bf0adcd9bb85970316e4d5669586d63d (diff)
Various improvements to the report UI (#7342)
* Also display replies in report modal

* Allow report modal to be up to 80% of viewport height

* Use narrow no-break space where needed in the French translation
Diffstat (limited to 'app/javascript/styles')
-rw-r--r--app/javascript/styles/mastodon/components.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index 7cf6f4b76..3e2a1ae10 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;