diff options
author | kibigo! <marrus-sh@users.noreply.github.com> | 2017-06-25 14:44:52 -0700 |
---|---|---|
committer | kibigo! <marrus-sh@users.noreply.github.com> | 2017-06-25 14:44:52 -0700 |
commit | 6909bbdc9e3ef716c5f6246597ba0548e2c256f7 (patch) | |
tree | f145bde4e8af0de166603322f6eec3a03288e555 /app/javascript | |
parent | ddc6b8591230f0d29b1bc6d881c62a7524a16ab0 (diff) |
[custom.scss] max-height of media now a fixed value
Diffstat (limited to 'app/javascript')
-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; |