mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-28 19:10:22 -05:00
[custom.scss] More media height fixes
This commit is contained in:
parent
d6e3918d92
commit
b1f9892e63
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user