mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-11 19:16:55 +01:00
[custom.scss] max-height of media now a fixed value
This commit is contained in:
parent
ddc6b85912
commit
6909bbdc9e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue