1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma-fe synced 2025-07-12 14:47:19 +08:00

Merge branch 'fix-user-profile-background-setting-preview' into 'develop'

Add quick css fix for user profile bg img preview

See merge request 
This commit is contained in:
Shpuld Shpludson 2019-02-09 20:42:51 +00:00
commit cf10fd623b

View file

@ -189,5 +189,9 @@
.name-changer {
width: 100%;
}
.bg {
max-width: 100%;
}
}
</style>