From 68486911413d61e714fa1021dc7618ad3a35877e Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 8 Dec 2023 11:42:03 +0000 Subject: [PATCH] css: Remove avatar border and round the edges to match the app --- snikket_web/scss/app.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/snikket_web/scss/app.scss b/snikket_web/scss/app.scss index 314c0f3..5ccbbf8 100644 --- a/snikket_web/scss/app.scss +++ b/snikket_web/scss/app.scss @@ -708,8 +708,7 @@ input[type="submit"], button, .button { height: 1.5em; vertical-align: middle; background-size: cover; - box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.2); - border-radius: $w-s4; + border-radius: 10%; margin: 0 0.25em;