Simplifie CSS

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2021-05-08 16:49:47 +02:00
parent 4c9d9dd214
commit 430808ae2e
2 changed files with 7 additions and 22 deletions
+6 -22
View File
@@ -20,7 +20,6 @@ limitations under the License.
background-color: $inverted-bg-color;
}
.mx_VideoFeed_primary {
width: 100%;
height: 100%;
@@ -33,12 +32,10 @@ limitations under the License.
}
}
.mx_VideoFeed_secondary {
.mx_VideoFeed_nonPrimary {
max-width: 25%;
max-height: 25%;
position: absolute;
right: 10px;
top: 10px;
z-index: 100;
border-radius: 4px;
@@ -47,32 +44,19 @@ limitations under the License.
}
}
.mx_VideoFeed_secondary {
right: 10px;
top: 10px;
}
.mx_VideoFeed_tertiary {
max-width: 25%;
max-height: 25%;
position: absolute;
right: 10px;
bottom: 10px;
z-index: 100;
border-radius: 4px;
&.mx_VideoFeed_video {
background-color: transparent;
}
}
.mx_VideoFeed_quaternary {
max-width: 25%;
max-height: 25%;
position: absolute;
left: 10px;
top: 10px;
z-index: 100;
border-radius: 4px;
&.mx_VideoFeed_video {
background-color: transparent;
}
}
.mx_VideoFeed_mirror {