move profile components to profile folder

This commit is contained in:
luisa.bellitto 2025-06-30 10:18:26 +02:00
parent 5068ef876d
commit 61817c60e6
7 changed files with 0 additions and 0 deletions

View file

@ -1,21 +0,0 @@
.profile-username {
color: var(--Rotkehlchen-orange-default);
width: 15rem;
overflow: hidden;
text-overflow: ellipsis;
cursor: pointer;
text-align: start;
}
.profile-popover {
padding: 1rem;
}
@media screen and (min-width: 768px) {
.profile-username {
width: 10rem;
}
.profile-popover {
padding: 2rem;
}
}