webapp/src/components/Inbox/DialogHeader.module.scss
Tony 0b70289195
Prepare inbox (#65)
Chat client - MVP
2022-12-17 06:27:00 +03:00

10 lines
128 B
SCSS

.DialogHeader {
display: flex;
align-items: center;
border-bottom: 3px solid #141414;
.avatar {
width: 40px;
}
}