diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-06-08 10:23:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-08 10:23:41 +0200 |
commit | f4bc77f2908a193ef164b4b4fe68b584d71aaa2c (patch) | |
tree | e84be451db3927b8b9087b37bba1adb148845a56 /app/views/accounts | |
parent | 25f93f40974c61b5a02770fe0b1d016213397d1d (diff) |
Improve light theme (#10992)
Diffstat (limited to 'app/views/accounts')
-rw-r--r-- | app/views/accounts/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/accounts/show.html.haml b/app/views/accounts/show.html.haml index e4223119c..950e61847 100644 --- a/app/views/accounts/show.html.haml +++ b/app/views/accounts/show.html.haml @@ -38,7 +38,7 @@ - elsif @statuses.empty? = nothing_here 'nothing-here--under-tabs' - else - .activity-stream + .activity-stream.activity-stream--under-tabs - if params[:page].to_i.zero? = render partial: 'stream_entries/status', collection: @pinned_statuses, as: :status, locals: { pinned: true } |