diff options
Diffstat (limited to 'app/javascript/styles/custom.scss')
-rw-r--r-- | app/javascript/styles/custom.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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; |