1
0
Fork 0

[css] Round GitLab avatars look boring

main
Sebastian Schulze 2022-06-16 11:15:11 +02:00
parent 842027d72c
commit 7a9eaab91d
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,10 @@ body.gl-platform-linux .board-card.gl-rounded-base {
border-radius: 4px !important;
}
body.gl-platform-linux img.avatar {
border-radius: 25% !important;
}
body.gl-platform-linux .board-card {
box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1) !important;
}