mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Merge pull request #6615 from mempool/natsoni/fix-effective-fee-row-mobile
Fix effective fee row on mobile
This commit is contained in:
commit
b59c8eec77
1 changed files with 8 additions and 0 deletions
|
|
@ -172,8 +172,16 @@
|
|||
gap: 0.5rem;
|
||||
flex-wrap: wrap;
|
||||
|
||||
@media (max-width: 849.98px) {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.effective-fee-container {
|
||||
flex: 0 0 auto;
|
||||
|
||||
@media (max-width: 425px) {
|
||||
align-items: flex-end;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue