css: Remove avatar border and round the edges to match the app

This commit is contained in:
Matthew Wild
2023-12-08 11:42:03 +00:00
parent 1e83881a24
commit 6848691141

View File

@@ -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;