Fixed cover view
This commit is contained in:
parent
1f26c44a49
commit
bec7ff76e7
@ -74,7 +74,7 @@ component SettingsPersonal(user *arn.User)
|
||||
InputFileUpload("cover-input", "File", "image", "/api/upload/cover")
|
||||
|
||||
.cover-preview(title="Recommended: 1920 x 450 | PNG or JPG")
|
||||
img.cover-input-preview.profile-cover.lazy(data-src=user.CoverLink("small"), data-webp="true", alt="Cover image")
|
||||
img.profile-cover.cover-input-preview.lazy(data-src=user.CoverLink("small"), data-webp="true", alt="Cover image")
|
||||
|
||||
if !user.IsPro()
|
||||
.footer
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
.cover-input-preview
|
||||
border-radius ui-element-border-radius
|
||||
filter none
|
||||
filter none !important
|
||||
|
||||
.settings-info-text
|
||||
text-align center
|
||||
|
Loading…
Reference in New Issue
Block a user