Commit 65136bdf authored by Alain Takoudjou's avatar Alain Takoudjou

sfu: on mobile, hide unsharebutton as 'stop' button can be used in video

To reduce button size on header bar when mobile layout is activated, we hide unsharebutton. User can stop video sharing using video control buttons.
parent 0ccf5681
...@@ -1153,5 +1153,9 @@ header .collapse { ...@@ -1153,5 +1153,9 @@ header .collapse {
margin-top: 10px; margin-top: 10px;
} }
#unsharebutton {
display: none;
}
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment