mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Don't mirror screensharing preview in PiP
This commit is contained in:
@@ -4292,9 +4292,10 @@ button.module-image__border-overlay:focus {
|
||||
width: 100%;
|
||||
|
||||
transform: rotateY(180deg);
|
||||
&--presenting {
|
||||
transform: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
&--presenting video {
|
||||
transform: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -4372,7 +4373,8 @@ button.module-image__border-overlay:focus {
|
||||
}
|
||||
}
|
||||
|
||||
&--local {
|
||||
&--local,
|
||||
&--local-presenting {
|
||||
bottom: 38px;
|
||||
height: 32px;
|
||||
position: absolute;
|
||||
@@ -4380,11 +4382,14 @@ button.module-image__border-overlay:focus {
|
||||
width: 32px;
|
||||
|
||||
video {
|
||||
transform: rotateY(180deg);
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
&--local video {
|
||||
transform: rotateY(180deg);
|
||||
}
|
||||
}
|
||||
|
||||
&__actions {
|
||||
|
||||
Reference in New Issue
Block a user