forked from AkkomaGang/akkoma-fe
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
This commit is contained in:
commit
25cfb04873
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.banner {
|
.banner {
|
||||||
max-width: 400px;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uploading {
|
.uploading {
|
||||||
|
|
Loading…
Reference in a new issue