Browse Source

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

closed-social-glitch-2
kibigo! 7 years ago
parent
commit
6909bbdc9e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/javascript/styles/custom.scss

+ 1
- 1
app/javascript/styles/custom.scss View File

@ -104,7 +104,7 @@
.detailed-status > .media-spoiler, .detailed-status > .media-spoiler,
.status > .media-spoiler { .status > .media-spoiler {
height:auto !important; height:auto !important;
max-height:30vh;
max-height:250px;
position:relative; position:relative;
margin-top:20px; margin-top:20px;
margin-left:-68px; margin-left:-68px;

Loading…
Cancel
Save