[ui] tweak profile image

This commit is contained in:
nymkappa
2023-08-21 23:18:55 +02:00
parent bfc3fbe397
commit 5005817529
2 changed files with 5 additions and 5 deletions

View File

@@ -225,12 +225,12 @@ nav {
align-self: center;
cursor: pointer;
&.anon {
border: 1px solid lightgrey;
color: grey;
border-radius: 10px;
border: 1.5px solid lightgrey;
color: lightgrey;
border-radius: 5px;
}
}
.profile_image {
height: 35px;
border-radius: 10px;
border-radius: 5px;
}