mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Improve responsiveness of gas price row on confirm screen.
This commit is contained in:
parent
d9160ac6da
commit
36b371283c
@ -242,6 +242,22 @@ section .confirm-screen-account-number,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 379px) {
|
||||||
|
.confirm-screen-row {
|
||||||
|
span.confirm-screen-section-column {
|
||||||
|
flex: 0.4;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.confirm-screen-section-column {
|
||||||
|
flex: 0.6;
|
||||||
|
}
|
||||||
|
|
||||||
|
.currency-display__input {
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.confirm-screen-row-detail {
|
.confirm-screen-row-detail {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
|
Loading…
Reference in New Issue
Block a user