Files
Nexum/src/app/chat/dm-list/dm-list.scss
2026-04-14 17:51:02 +02:00

37 lines
524 B
SCSS

:host {
display: flex;
flex-direction: column;
gap: 5px;
#loader {
width: 100%;
display: flex;
justify-content: start;
padding: 5px;
gap: 5px;
}
button {
width: 100%;
display: flex;
justify-content: start;
font-weight: 600;
&.enlarge {
height: 75px;
}
.info {
display: flex;
flex-direction: column;
text-align: start;
.latest_message {
margin-top: -5px;
font-size: 12px;
opacity: 50%;
}
}
}
}