1
0
Fork 1
mirror of https://github.com/mastodon/mastodon.git synced 2025-01-24 14:37:20 +00:00

Embed modal mobile fix (#32641)

This commit is contained in:
Nathan Sparrow 2024-10-29 11:12:35 -04:00 committed by Claire
parent 14e23555ff
commit 0eed945a69

View file

@ -5809,6 +5809,7 @@ a.status-card {
pointer-events: auto;
user-select: text;
display: flex;
max-width: 100vw;
@media screen and (width <= $mobile-breakpoint) {
margin-top: auto;