feat: use square avatar when on own profile (#961)

This commit is contained in:
wheat 2023-01-11 03:39:49 -05:00 committed by GitHub
parent e690422266
commit 2af1fec425
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View file

@ -232,3 +232,7 @@ footer {
--at-apply: 'hover:underline';
}
}
.squircle {
clip-path: url(#avatar-mask);
}