mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 20:39:08 +01:00
Fix width of gas customization model in notification view
This commit is contained in:
parent
3cca6fc886
commit
dabf263733
@ -8,8 +8,6 @@
|
|||||||
overflow-y: initial;
|
overflow-y: initial;
|
||||||
|
|
||||||
@media screen and (max-width: $break-small) {
|
@media screen and (max-width: $break-small) {
|
||||||
max-width: 344px;
|
|
||||||
|
|
||||||
&__content {
|
&__content {
|
||||||
display: flex;
|
display: flex;
|
||||||
overflow-y: initial;
|
overflow-y: initial;
|
||||||
|
@ -65,7 +65,10 @@
|
|||||||
.gas-price-button-group--small {
|
.gas-price-button-group--small {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: stretch;
|
justify-content: stretch;
|
||||||
max-width: 260px;
|
|
||||||
|
@media screen and (max-width: $break-small) {
|
||||||
|
max-width: 260px;
|
||||||
|
}
|
||||||
|
|
||||||
&__button-fiat-price {
|
&__button-fiat-price {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
Loading…
Reference in New Issue
Block a user