mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 06:47:52 +01:00
Merge pull request #4923 from mempool/mononaut/wider-sticky-button
Slightly wider sticky button
This commit is contained in:
commit
b6be5d71bb
1 changed files with 8 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue