We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d997327 commit 19388dfCopy full SHA for 19388df
2 files changed
src/ui/components/UserAvatar.vue
@@ -33,6 +33,7 @@ const initials = getUserInitials(props.user)
33
ring-1 ring-gray-200/80 w-full;
34
35
max-width: theme('width.20');
36
+ min-width: 32px;
37
aspect-ratio: 1;
38
container-type: size;
39
src/ui/views/AccountLinking.vue
@@ -109,6 +109,11 @@ export default defineComponent({
109
110
<style>
111
.account-merge-list {
112
- @apply flex justify-center items-center my-4;
+ @apply flex justify-center items-center my-4 px-12;
113
+
114
+ svg {
115
+ @apply mx-2;
116
+ min-width: 24px;
117
+ }
118
}
119
</style>
0 commit comments