From: Isabelle Knott Date: Thu, 13 Apr 2017 14:00:56 +0000 (-0400) Subject: Fix issue where 'sensitive content click to show' item takes up whole screen on publi... X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=edefcfcf4239675afd99539810d18f128266007a;p=mastodon.git Fix issue where 'sensitive content click to show' item takes up whole screen on public view (#1692) --- diff --git a/app/assets/stylesheets/stream_entries.scss b/app/assets/stylesheets/stream_entries.scss index 4a6dc6aa4..7bd180c15 100644 --- a/app/assets/stylesheets/stream_entries.scss +++ b/app/assets/stylesheets/stream_entries.scss @@ -218,6 +218,7 @@ margin-top: 8px; height: 300px; overflow: hidden; + position: relative; video { position: relative;