Show sidebar in PiP mode
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
0a8067506f
commit
dc7f6d8286
3 changed files with 15 additions and 3 deletions
|
@ -23,4 +23,9 @@ limitations under the License.
|
|||
min-width: 160px; // To match .mx_VideoFeed_voice
|
||||
display: flex;
|
||||
flex-direction: column-reverse;
|
||||
|
||||
&.mx_CallViewSidebar_pipMode {
|
||||
top: 16px;
|
||||
bottom: unset;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue