Adjust for sidebar

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-06-12 08:15:26 +02:00
parent 5608e92885
commit 97b976b171
No known key found for this signature in database
GPG key ID: 9760693FDD98A790
3 changed files with 53 additions and 73 deletions

View file

@ -32,33 +32,16 @@ limitations under the License.
}
}
.mx_VideoFeed_nonPrimary {
max-width: 25%;
max-height: 25%;
position: absolute;
z-index: 100;
.mx_VideoFeed_secondary {
border-radius: 4px;
width: 100%;
margin-bottom: 12px;
&.mx_VideoFeed_video {
background-color: transparent;
}
}
.mx_VideoFeed_secondary {
right: 10px;
top: 10px;
}
.mx_VideoFeed_tertiary {
right: 10px;
bottom: 10px;
}
.mx_VideoFeed_quaternary {
left: 10px;
top: 10px;
}
.mx_VideoFeed_mirror {
transform: scale(-1, 1);
}