Fix max-width of profile banner in setting

This commit is contained in:
jasper 2019-02-11 00:06:37 -08:00
parent e1e9e50b98
commit db465ff839
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@
} }
.banner { .banner {
max-width: 400px; max-width: 100%;
} }
.uploading { .uploading {