fix(recording-dialog) Fix switch UI (#12826)
This commit is contained in:
parent
8f6883a237
commit
ed54031640
|
@ -18,6 +18,7 @@
|
|||
align-items: center;
|
||||
font-size: 14px;
|
||||
margin-left: 16px;
|
||||
max-width: 70%;
|
||||
}
|
||||
|
||||
&.space-top {
|
||||
|
@ -82,7 +83,7 @@
|
|||
background-color: #FFFFFF;
|
||||
border-radius: 4px;
|
||||
height: 40px;
|
||||
width: 56px;
|
||||
width: 40px;
|
||||
}
|
||||
|
||||
.jitsi-content-recording-icon-container-without-switch {
|
||||
|
|
Loading…
Reference in New Issue