Fixed Font Size
This commit is contained in:
parent
89567b4e71
commit
a585842062
@ -176,7 +176,12 @@ export const ParticipantTile: (
|
||||
) : (
|
||||
<span className="mic-icon mic-off">mic_off</span>
|
||||
)}
|
||||
<span className="participant-name">{name || identity}</span>
|
||||
<span className="participant-name">
|
||||
{name || identity}
|
||||
{trackReference.source === Track.Source.ScreenShare
|
||||
? ' (Screen Share)'
|
||||
: ''}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<ConnectionQualityIndicator className="lk-participant-metadata-item" />
|
||||
|
||||
@ -56,6 +56,15 @@
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.lk-carousel .avatar-container {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
.lk-carousel .avatar-initials {
|
||||
font-size: 35px;
|
||||
}
|
||||
|
||||
.avatar-container {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user