chore: remove user margin from the component

This commit is contained in:
kolaente 2023-04-11 19:21:47 +02:00
parent 8b22dd07c9
commit 2671a746b1
Signed by untrusted user: 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;