[custom.scss] max-height of media now a fixed value
parent
fe70393072
commit
dfb494e69e
|
@ -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…
Reference in New Issue