VogelSocialMedia/code/frontend/src/components/username.css
2025-06-30 13:12:53 +02:00

10 lines
190 B
CSS

.profile-username {
color: var(--Rotkehlchen-orange-default);
max-width: 10rem;
overflow: hidden;
text-overflow: ellipsis;
cursor: pointer;
}
.profile-popover {
padding: 1rem;
}