Fix issue where 'sensitive content click to show' item takes up whole screen on public view (#1692)

master
Isabelle Knott 7 years ago committed by Eugen
parent b330d1f000
commit edefcfcf42
  1. 1
      app/assets/stylesheets/stream_entries.scss

@ -218,6 +218,7 @@
margin-top: 8px;
height: 300px;
overflow: hidden;
position: relative;
video {
position: relative;

Loading…
Cancel
Save