TelegramPWA/src/components/common/FullNameTitle.module.scss
2024-10-20 18:53:06 +02:00

25 lines
324 B
SCSS

.root {
display: flex !important;
align-items: center;
gap: 0.25rem;
:global(.custom-emoji) {
color: var(--color-primary);
}
}
.fullName {
font-size: 1em;
margin-bottom: 0;
&.canCopy {
pointer-events: all;
}
}
.ellipsis {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}