Fix users with no profile record not being shown (#7)
All checks were successful
Deploy / Deploy (push) Successful in 24s

Co-authored-by: Casey <hatkidchan@gmail.com>
Co-authored-by: Ari <ariadna@hey.com>
Reviewed-on: #7
Reviewed-by: Ariadna <ariadna@hey.com>
This commit is contained in:
Astra 2025-05-30 03:05:05 +00:00
parent 273741d221
commit c348ed5d46
4 changed files with 35 additions and 13 deletions

View file

@ -237,6 +237,7 @@ a:hover {
margin-right: 4px;
border: 4px solid var(--border-color);
box-shadow: var(--border-color) 10px 10px;
min-height: 30px;
}
#accountName {
margin-left: 10px;
@ -249,6 +250,10 @@ a:hover {
white-space: nowrap;
}
.no-avatar {
margin-left: 40px !important;
}
/* App.Svelte */
/* desktop style */