From 66cb835ff06082bd100390d2b5a386c91741da2c Mon Sep 17 00:00:00 2001 From: Tobias Date: Wed, 20 Jan 2021 21:58:15 +0100 Subject: [PATCH] Use parent-border for profile pic This changes the layout slighly. The image has a sharp edge to the right, which works very well IMO. We would also add custom tailwind border classes if needed. --- css/userbadge.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/css/userbadge.css b/css/userbadge.css index 3291ffb3fd..afc7bf057e 100644 --- a/css/userbadge.css +++ b/css/userbadge.css @@ -58,9 +58,6 @@ height: 4em; padding: 0; margin: 0; - -webkit-border-radius: 50%; - -moz-border-radius: 50%; - border-radius: 50%; opacity: 0; transition: opacity 500ms linear; }