chore: remove user margin from the component

This commit is contained in:
kolaente 2023-04-11 19:21:47 +02:00
parent 9a47111686
commit 1a3621cf64
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

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