Skip to content

Commit

Permalink
feat(requests): smaller anonymous avatars
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoeejoee committed Dec 17, 2023
1 parent f3ebe1a commit 7df2830
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{% else %}
<svg version="1.1"
xmlns="http://www.w3.org/2000/svg"
class="bg-white p-4 dark:bg-base-300 dark:text-gray-500"
class="bg-white p-4 dark:bg-base-300 dark:text-gray-500 w-1/2 mx-auto"
viewBox="0 0 60 60"
style="enable-background:new 0 0 60 60"
fill="currentColor">
Expand Down

0 comments on commit 7df2830

Please sign in to comment.