add follow function and make small style changes

This commit is contained in:
luisa.bellitto 2025-06-29 15:15:48 +02:00
parent f21b077865
commit 4e1b07f4aa

View file

@ -1,10 +1,21 @@
.profile-username {
color: var(--Rotkehlchen-orange-default);
max-width: 10rem;
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;
}
}