TelegramPWA/src/components/left/main/Topic.module.scss
2023-01-06 22:49:02 +01:00

35 lines
573 B
SCSS

.root {
:global(.ListItem-button) {
padding: 0.5rem 0.75rem !important;
:global(.last-message),
:global(.status),
:global(.typing-status) {
line-height: 1.5rem !important;
}
:global(.LastMessageMeta) {
padding-top: 0;
margin-top: -0.5rem;
margin-right: 0 !important;
}
}
:global(.fullName .emoji-small) {
width: 1rem;
height: 1rem;
}
}
.closed-icon {
color: var(--color-pinned);
font-size: 0.75rem;
margin-top: -0.5rem;
margin-right: 0.25rem;
}
.topic-icon {
margin-inline-end: 0.25rem;
}