feat: use square avatar for publish widget (#814)

pull/816/head
patak 2023-01-06 00:35:35 +01:00 zatwierdzone przez GitHub
rodzic b4012a11bf
commit b1fbac6ba3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -197,7 +197,7 @@ defineExpose({
<div flex gap-3 flex-1>
<NuxtLink :to="getAccountRoute(currentUser.account)">
<AccountBigAvatar :account="currentUser.account" />
<AccountBigAvatar :account="currentUser.account" square />
</NuxtLink>
<!-- This `w-0` style is used to avoid overflow problems in flex layoutsso don't remove it unless you know what you're doing -->
<div