Fixed avatar change page on mobile.

This commit is contained in:
flash 2018-07-10 17:10:15 +02:00
parent 9dcad36eaa
commit 94ffbf0e9f
2 changed files with 7 additions and 1 deletions

View file

@ -1,11 +1,15 @@
.settings__avatar {
text-align: center;
display: block;
width: 202px;
@media (max-width: @mio-settings-images-mobile) {
margin-bottom: 1px;
}
&__label {
cursor: pointer;
display: block;
width: 202px;
}
&__input {
@ -41,6 +45,7 @@
background-color: #9475b2;
color: #306;
font-weight: 700;
border-radius: 0;
&:not(&--disabled) {
&:hover {

View file

@ -7,6 +7,7 @@
@media (max-width: @mio-settings-images-mobile) {
flex-direction: column-reverse;
align-items: center;
&__sections {
text-align: center;