mirror of
https://git.witchcraft.systems/scientific-witchery/pds-dash.git
synced 2025-06-07 23:44:04 +10:00
Fix users with no profile record not being shown (#7)
Some checks failed
Deploy / Deploy (push) Has been cancelled
Some checks failed
Deploy / Deploy (push) Has been cancelled
Co-authored-by: Casey <hatkidchan@gmail.com> Co-authored-by: Ari <ariadna@hey.com> Reviewed-on: https://git.witchcraft.systems/scientific-witchery/pds-dash/pulls/7 Reviewed-by: Ariadna <ariadna@hey.com>
This commit is contained in:
parent
273741d221
commit
c348ed5d46
4 changed files with 35 additions and 13 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue