Added class 'rounded-avatar'

Added class 'rounded-avatar' with border-radius set to 50%.

Remove or uncomment this if you don't want rounded avatars for users.
This commit is contained in:
JulianPrieber 2022-02-11 22:08:57 +01:00 committed by GitHub
parent 5364591c12
commit 2548c4b2fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -22,12 +22,22 @@
/* Table of contents
- Rounded user avatars
- Buttons
- Brand Styles
*/
/* Rounded avatars
*/
/* Disable this if you don't want rounded avatars for users */
.rounded-avatar {
border-radius: 50%;
}
/* Buttons
*/