w-lab-app/src/components/domains/chat/ChatItemsList/ChatItemsList.module.scss
gofnnp 23e6031b19 AW-487-chats
chats
2025-07-26 20:21:59 +04:00

7 lines
90 B
SCSS

.chatItemsList {
width: 100%;
display: flex;
flex-direction: column;
gap: 16px;
}