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

@ -235,6 +235,7 @@ a:hover {
padding: 0px;
margin-bottom: 15px;
border: 1px solid var(--border-color);
min-height: 30px;
}
#accountName {
margin-left: 10px;
@ -247,6 +248,11 @@ a:hover {
white-space: nowrap;
}
.no-avatar {
margin-left: 70px !important;
}
/* App.Svelte */
/* desktop style */