forked from treehouse/mastodon
Fix issue where 'sensitive content click to show' item takes up whole screen on public view (#1692)
parent
b330d1f000
commit
edefcfcf42
|
@ -218,6 +218,7 @@
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
height: 300px;
|
height: 300px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
video {
|
video {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in New Issue