Hide unmute button on mobile
This commit is contained in:
parent
e537679624
commit
778940193e
1 changed files with 1 additions and 1 deletions
|
@ -777,7 +777,7 @@ $control-bar-icon-size: 0.8rem;
|
|||
}
|
||||
|
||||
@media (max-width: $breakpoint-small) {
|
||||
display: hidden;
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue