mirror of https://github.com/vector-im/riot-web
Integrate requested changes from #12142
parent
74f798157f
commit
061619929e
|
@ -158,14 +158,14 @@ we don't have an account and should hide them. No account == no guest account ei
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width : 480px) {
|
@media only screen and (max-width: 480px) {
|
||||||
.mx_ButtonRow {
|
.mx_ButtonRow {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_ButtonRow > * {
|
.mx_ButtonRow > * {
|
||||||
margin: 0 0 10px 0;
|
margin: 0 0 10px 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue