about summary refs log tree commit diff
path: root/app/views
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-06-08 10:23:41 +0200
committermultiple creatures <dev@multiple-creature.party>2019-11-19 16:48:59 -0600
commitc66472bd6683415bef40560a3b732617733cde28 (patch)
tree2315e3e60383e1ec339a6903d34f5d82d7f2f52b /app/views
parent3b610926fe29e5064607e199249be16f5964d004 (diff)
Improve light theme (#10992)
Diffstat (limited to 'app/views')
-rw-r--r--app/views/accounts/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/accounts/show.html.haml b/app/views/accounts/show.html.haml
index 21bbc3992..a78a110fa 100644
--- a/app/views/accounts/show.html.haml
+++ b/app/views/accounts/show.html.haml
@@ -37,7 +37,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 }