diff options
author | kibigo! <marrus-sh@users.noreply.github.com> | 2017-06-25 15:29:23 -0700 |
---|---|---|
committer | kibigo! <marrus-sh@users.noreply.github.com> | 2017-06-25 15:29:23 -0700 |
commit | b1f9892e635a8f34b5cbf4ece15d3101cf1cf1c3 (patch) | |
tree | b71006f853b9567546f30c535543d13b9e4b7c1d | |
parent | d6e3918d924436529f9bce9bfe54eb0b6619c637 (diff) |
[custom.scss] More media height fixes
-rw-r--r-- | app/javascript/styles/custom.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/javascript/styles/custom.scss b/app/javascript/styles/custom.scss index 8b7e6aecc..1e713d2d1 100644 --- a/app/javascript/styles/custom.scss +++ b/app/javascript/styles/custom.scss @@ -71,7 +71,7 @@ .media-gallery { height:auto !important; - max-height:30vh; + max-height:250px; position:relative; margin-top:20px; margin-left:-68px; @@ -117,6 +117,6 @@ .detailed-status > .media-spoiler, .status > .media-spoiler { - height:30vh !important; + height:250px !important; vertical-align:middle; } |