about summary refs log tree commit diff
path: root/app/views/accounts
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/accounts')
-rw-r--r--app/views/accounts/_header.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/accounts/_header.html.haml b/app/views/accounts/_header.html.haml
index ef6a2bcbe..ed8a6f091 100644
--- a/app/views/accounts/_header.html.haml
+++ b/app/views/accounts/_header.html.haml
@@ -1,6 +1,6 @@
 - processed_bio = FrontmatterHandler.instance.process_bio Formatter.instance.simplified_format account
-.card.h-card.p-author
-  .details{ style: "background-image: url(#{account.header.url(:original)})" }
+.card.h-card.p-author{ style: "background-image: url(#{account.header.url(:original)})" }
+  .details
     - if user_signed_in? && current_account.id != account.id && !current_account.requested?(account)
       .controls
         - if current_account.following?(account)