1
0
Fork 0

Set a default background color for account avatar

fixes #2392
This commit is contained in:
Rigel Kent 2020-01-08 22:57:41 +01:00
parent f332ffa2a2
commit 5c7a411c45
No known key found for this signature in database
GPG Key ID: 5E53E96A494E452F
1 changed files with 1 additions and 0 deletions

View File

@ -28,5 +28,6 @@
border: 2px solid var(--mainBackgroundColor);
transform: translateX(15%);
position: relative;
background-color: var(--mainBackgroundColor);
}
}