mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix settings styling on mobile view
This commit is contained in:
parent
66758b784a
commit
754d117d18
@ -38,6 +38,7 @@
|
|||||||
|
|
||||||
@media screen and (max-width: 575px) {
|
@media screen and (max-width: 575px) {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
padding: 10px 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -48,6 +49,11 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
height: 71px;
|
height: 71px;
|
||||||
|
|
||||||
|
@media screen and (max-width: 575px) {
|
||||||
|
height: initial;
|
||||||
|
padding: 5px 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings__content-item-col {
|
.settings__content-item-col {
|
||||||
@ -71,6 +77,7 @@
|
|||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
border: 1px solid $alto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings__input::-webkit-input-placeholder {
|
.settings__input::-webkit-input-placeholder {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user