feat: fix

This commit is contained in:
2025-11-20 22:21:16 +08:00
parent 25399920db
commit 18deeb7831
2 changed files with 3 additions and 2 deletions

View File

@@ -65,12 +65,13 @@
display: flex;
flex-direction: row;
gap: 8px;
height: 162px;
height: 100%;
flex-wrap: nowrap;
.participants-list-item {
display: flex;
width: 108px;
height: 100%;
padding: 16px 4px 10px 4px;
box-sizing: border-box;
flex-direction: column;