mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-09 00:08:46 +00:00
10 lines
190 B
CSS
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;
|
|
}
|