Support hiding sidebar

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-06-12 17:20:13 +02:00
parent 65c477f45f
commit 60ab7aaed5
No known key found for this signature in database
GPG key ID: 9760693FDD98A790
2 changed files with 44 additions and 2 deletions

View file

@ -386,6 +386,18 @@ limitations under the License.
}
}
.mx_CallView_callControls_button_sidebarOn {
&::before {
background-image: url('$(res)/img/voip/sidebar-on.svg');
}
}
.mx_CallView_callControls_button_sidebarOff {
&::before {
background-image: url('$(res)/img/voip/sidebar-off.svg');
}
}
.mx_CallView_callControls_button_hangup {
&::before {
background-image: url('$(res)/img/voip/hangup.svg');