This commit is contained in:
Marta Kowalska
2025-10-22 08:13:59 +00:00
commit 80ca059fb8
162 changed files with 16816 additions and 0 deletions

25
demos/custom/UserStub.css Normal file
View File

@@ -0,0 +1,25 @@
.container.wx-Md6hA5Em {
display: flex;
align-items: center;
padding: 0 4px;
}
.avatar.wx-Md6hA5Em {
width: 40px;
}
.user-avatar.wx-Md6hA5Em {
width: 30px;
height: 30px;
border-radius: 50%;
background-color: #dfe2e6;
text-align: center;
}
.user-photo.wx-Md6hA5Em {
display: block;
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #dfe2e6;
}