mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2025-01-31 16:39:10 +01:00
Fix max-width of profile banner in setting
This commit is contained in:
parent
e1e9e50b98
commit
db465ff839
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@
|
|||
}
|
||||
|
||||
.banner {
|
||||
max-width: 400px;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.uploading {
|
||||
|
|
Loading…
Reference in a new issue