1
0
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:
Alexander Tseung 2017-10-23 22:04:44 -07:00 committed by Chi Kei Chan
parent 66758b784a
commit 754d117d18

View File

@ -38,6 +38,7 @@
@media screen and (max-width: 575px) {
flex-direction: column;
padding: 10px 0;
}
}
@ -48,6 +49,11 @@
flex-direction: column;
padding: 0 5px;
height: 71px;
@media screen and (max-width: 575px) {
height: initial;
padding: 5px 0;
}
}
.settings__content-item-col {
@ -71,6 +77,7 @@
padding-left: 10px;
font-size: 14px;
height: 40px;
border: 1px solid $alto;
}
.settings__input::-webkit-input-placeholder {