Merge pull request #14796 from ramonlsouza/issue-14790

fix: Incorrect position of the microphone icon in the webcam box in RTL - BBB v2.4.5
This commit is contained in:
Anton Georgiev 2022-04-11 13:46:18 -04:00 committed by GitHub
commit f761391697
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -230,6 +230,11 @@
&::before {
font-size: var(--audio-indicator-fs);
}
[dir="rtl"] & {
right: auto;
left: 7px;
}
}
.muted {