[custom.scss] max-height of media now a fixed value

lolsob-rspec
kibigo! 2017-06-25 14:44:52 -07:00
parent fe70393072
commit dfb494e69e
1 changed files with 1 additions and 1 deletions

View File

@ -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;