Merge pull request #4923 from mempool/mononaut/wider-sticky-button

Slightly wider sticky button
This commit is contained in:
wiz 2024-04-08 21:32:12 +09:00 committed by GitHub
commit b6be5d71bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -150,6 +150,14 @@
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 {