fixed a bug with layout in server general tab.

This commit is contained in:
supertiger1234 2019-11-06 19:14:22 +00:00
parent 6c052ef208
commit 37768c3658

View file

@ -323,6 +323,7 @@ export default {
@media (max-width: 390px) {
.top {
flex-direction: column;
flex-shrink: 0;
.avatar {
height: initial;
}