diff options
author | kibigo! <marrus-sh@users.noreply.github.com> | 2017-06-28 00:57:32 -0700 |
---|---|---|
committer | kibigo! <marrus-sh@users.noreply.github.com> | 2017-06-28 00:57:32 -0700 |
commit | 03f964837707cdb01c32d182a68a74a13848c92a (patch) | |
tree | 9400c6b61ca83afb46f93ad2411e9cbd8a6a6991 /app/views | |
parent | 6107e954040443d1fc4344b440b229d70fe75166 (diff) |
Improvements to static metadata styling, especially for mobile
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/accounts/_header.html.haml | 4 |
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) |