mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-23 16:44:04 -05:00
Embed modal mobile fix (#32641)
This commit is contained in:
parent
311d2b7f3a
commit
de1d8dc63a
@ -5809,6 +5809,7 @@ a.status-card {
|
|||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
user-select: text;
|
user-select: text;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
max-width: 100vw;
|
||||||
|
|
||||||
@media screen and (width <= $mobile-breakpoint) {
|
@media screen and (width <= $mobile-breakpoint) {
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
|
Loading…
Reference in New Issue
Block a user