mirror of
https://github.com/mastodon/mastodon.git
synced 2025-03-24 23:17:57 +01:00
Fix issue where 'sensitive content click to show' item takes up whole screen on public view (#1692)
This commit is contained in:
parent
b330d1f000
commit
edefcfcf42
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue