[Glitch] Video modals should not be pushed down on mobile
Port de7b405e55e9ad95e5f624e6992fc72944189496 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
d7254ecec4
commit
bb640bd845
@ -6267,6 +6267,10 @@ a.status-card {
|
|||||||
|
|
||||||
@media screen and (width <= $mobile-breakpoint) {
|
@media screen and (width <= $mobile-breakpoint) {
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
|
|
||||||
|
&.video-modal {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user