Add warning for sensitive audio posts (#17885)
This commit is contained in:
parent
03f19b8cd3
commit
e6979aa6d4
4 changed files with 71 additions and 8 deletions
|
@ -5939,6 +5939,13 @@ a.status-card.compact:hover {
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
&.inactive {
|
||||
audio,
|
||||
.video-player__controls {
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.video-player__volume::before,
|
||||
.video-player__seek::before {
|
||||
background: currentColor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue