[header] show anon image if user did not set a picture (to improve later)

This commit is contained in:
nymkappa
2023-08-21 17:04:17 +02:00
parent 285485c69e
commit 0ee28a335f
5 changed files with 37 additions and 6 deletions

View File

@@ -216,6 +216,11 @@ nav {
text-align: center;
align-self: center;
cursor: pointer;
&.anon {
border: 1px solid lightgrey;
color: grey;
border-radius: 10px;
}
}
.profile_image {
height: 35px;