Fix effective fee row on mobile

This commit is contained in:
natsoni 2026-07-03 12:26:24 +02:00
parent c659cf1d25
commit 5a44d53fd6
No known key found for this signature in database
GPG key ID: 5554443C889C720E

View file

@ -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;
}
}
}
}