Merge branch 'fix/profile-banner-preview-width' into 'develop'

#333 Fix max-width of profile banner in setting

See merge request pleroma/pleroma-fe!560
fix-convos
Shpuld Shpludson 6 years ago
commit 25cfb04873

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

Loading…
Cancel
Save