mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-27 00:48:06 +08:00
12 lines
159 B
CSS
12 lines
159 B
CSS
.facepile {
|
|
width: 100%;
|
|
height: 24px;
|
|
position: relative;
|
|
}
|
|
|
|
.facepile .avatar {
|
|
position: absolute;
|
|
top: 0;
|
|
border: 1px solid var(--bgColor2);
|
|
}
|