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:
commit
f761391697
@ -230,6 +230,11 @@
|
||||
&::before {
|
||||
font-size: var(--audio-indicator-fs);
|
||||
}
|
||||
|
||||
[dir="rtl"] & {
|
||||
right: auto;
|
||||
left: 7px;
|
||||
}
|
||||
}
|
||||
|
||||
.muted {
|
||||
|
Loading…
Reference in New Issue
Block a user