1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-06-30 08:51:07 +02:00

On click, mute and demute player

This commit is contained in:
Alexandre Iooss
2020-10-18 18:52:41 +02:00
parent ac5fc7a33b
commit e1a0897cc4
2 changed files with 28 additions and 26 deletions

View File

@ -70,10 +70,5 @@ video {
/* Hide chat toggler on small screen */
.control-chat {
display: none;
}
@media(min-width:1000px){
.control-chat {
display: inline;
}
display: inline;
}