style: 修复背景色显示不完整的问题

This commit is contained in:
2025-12-08 17:00:28 +08:00
parent 0bbb9f5ce0
commit f0b160f018
6 changed files with 46 additions and 25 deletions

View File

@@ -84,9 +84,23 @@
align-items: center;
gap: 4px;
border-radius: 20px;
border: 0.5px solid rgba(255, 255, 255, 0.2);
background: rgba(255, 255, 255, 0.16);
// border: 0.5px solid rgba(255, 255, 255, 0.2);
// background: rgba(255, 255, 255, 0.16);
flex: 0 0 auto;
overflow: scroll;
position: relative;
&::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0.5px solid rgba(255, 255, 255, 0.08);
background: rgba(255, 255, 255, 0.25);
z-index: -1;
}
.participants-list-item-avatar {
width: 60px;