Fixed cover view

This commit is contained in:
Eduard Urbach 2018-04-22 15:27:27 +02:00
parent 1f26c44a49
commit bec7ff76e7
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -25,7 +25,7 @@
.cover-input-preview
border-radius ui-element-border-radius
filter none
filter none !important
.settings-info-text
text-align center