Slightly wider sticky button

This commit is contained in:
Mononaut 2024-04-08 09:31:51 +00:00
parent f7e6fa026d
commit a0ef635c92
No known key found for this signature in database
GPG Key ID: A3F058E41374C04E

View File

@ -150,6 +150,14 @@
bottom: 56px; bottom: 56px;
} }
} }
@media (max-width: 400px) {
width: calc(100% + 1.5rem);
margin: 0 -0.75rem;
&.sticky-top, &.sticky-bottom {
width: calc(100vw - 30px);
}
}
} }
.cashapp-placeholder { .cashapp-placeholder {