diff --git a/README b/README index 48e244a..f921586 100644 --- a/README +++ b/README @@ -11,6 +11,7 @@ Changes (localhost_custom fork): - tag timeline - visible edited post time - visible quoted post (status in status) +- visible profile banner in spoiler - hide boosts in spoiler - hide NSFW content and attachments in spoiler - some micro visual changes diff --git a/static/style.css b/static/style.css index d59a9a6..2da7325 100644 --- a/static/style.css +++ b/static/style.css @@ -632,7 +632,7 @@ kbd { } .profile-banner { - height: 120px; + width: 100%; } .block-label, diff --git a/templates/user.tmpl b/templates/user.tmpl index 47efc3a..4b5e92e 100644 --- a/templates/user.tmpl +++ b/templates/user.tmpl @@ -130,6 +130,16 @@ {{- EmojiFilter .User.Note .User.Emojis | Raw -}} + {{if .User.Header}} +
+ Banner +
+ + profile-header + +
+
+ {{end}} {{if .User.Fields}}
{{range .User.Fields}}