chore: remove user margin from the component

This commit is contained in:
kolaente 2023-04-11 19:21:47 +02:00 committed by konrad
parent 57c64bbf71
commit a1dd1d6664

View File

@ -48,7 +48,6 @@ const displayName = computed(() => getDisplayName(props.user))
<style lang="scss" scoped>
.user {
margin: .5rem;
display: flex;
justify-items: center;