initial profile overhaul

This commit is contained in:
Henry Jameson 2025-07-29 17:38:08 +03:00
commit 79868aeeb9
11 changed files with 470 additions and 409 deletions

View file

@ -28,8 +28,21 @@
backdrop-filter: var(--backdrop-filter);
}
.user-info {
margin-bottom: 0;
.background-image {
max-height: 5.6em;
margin-bottom: -4.6em;
}
.Avatar {
width: 5em;
height: 5em;
}
}
.signed-in {
overflow: visible;
z-index: 10;
}
}