Browse Source

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

closed-social-glitch-2
Isabelle Knott 7 years ago
committed by Eugen
parent
commit
edefcfcf42
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/assets/stylesheets/stream_entries.scss

+ 1
- 0
app/assets/stylesheets/stream_entries.scss View File

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

Loading…
Cancel
Save