Additional in-room PTT styling

This commit is contained in:
Robert Long
2022-04-27 16:47:23 -07:00
parent c430ebb3a3
commit b6c926d2c8
5 changed files with 139 additions and 50 deletions

View File

@@ -4,8 +4,16 @@
position: relative;
}
.facepile.md {
height: 36px;
}
.facepile .avatar {
position: absolute;
top: 0;
border: 1px solid var(--bgColor2);
}
.facepile.md .avatar {
border: 2px solid var(--bgColor2);
}