From 2548c4b2fa6531538efc56c8507cc0f935ce85d3 Mon Sep 17 00:00:00 2001 From: JulianPrieber <60265788+JulianPrieber@users.noreply.github.com> Date: Fri, 11 Feb 2022 22:08:57 +0100 Subject: [PATCH] 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. --- public/littlelink/css/brands.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/public/littlelink/css/brands.css b/public/littlelink/css/brands.css index 9741cb0..e588aa5 100644 --- a/public/littlelink/css/brands.css +++ b/public/littlelink/css/brands.css @@ -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 –––––––––––––––––––––––––––––––––––––––––––––––––– */