diff --git a/routes/_components/Avatar.html b/routes/_components/Avatar.html index cf76a29a..54ff78a5 100644 --- a/routes/_components/Avatar.html +++ b/routes/_components/Avatar.html @@ -19,6 +19,12 @@ :global(.avatar) { border-radius: 4px; } + + :global(.avatar.size-extra-small) { + width: 24px; + height: 24px; + } + :global(.avatar.size-small) { width: 48px; height: 48px; diff --git a/routes/_components/status/Notification.html b/routes/_components/status/Notification.html index 93c57ae5..a9f68b95 100644 --- a/routes/_components/status/Notification.html +++ b/routes/_components/status/Notification.html @@ -9,10 +9,8 @@ tabindex="0" aria-posinset="{{index}}" aria-setsize="{{length}}" ref:node > -