From 6909bbdc9e3ef716c5f6246597ba0548e2c256f7 Mon Sep 17 00:00:00 2001 From: kibigo! Date: Sun, 25 Jun 2017 14:44:52 -0700 Subject: [PATCH] [custom.scss] max-height of media now a fixed value --- app/javascript/styles/custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/styles/custom.scss b/app/javascript/styles/custom.scss index 2424b66f0..8b7e6aecc 100644 --- a/app/javascript/styles/custom.scss +++ b/app/javascript/styles/custom.scss @@ -104,7 +104,7 @@ .detailed-status > .media-spoiler, .status > .media-spoiler { height:auto !important; - max-height:30vh; + max-height:250px; position:relative; margin-top:20px; margin-left:-68px;