rDrama/chat/src/features/chat/ChatHeading.css

10 lines
145 B
CSS

.ChatHeading {
flex: 1;
display: flex;
align-items: center;
justify-content: space-between;
}
.ChatHeading i {
margin-right: 0.5rem;
}