chore: remove user margin from the component
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
kolaente 2023-04-11 19:21:47 +02:00
parent a8e1f60e81
commit 4d55a5b79d
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -47,12 +47,8 @@ const displayName = computed(() => getDisplayName(props.user))
</script>
<style lang="scss" scoped>
.user {
margin: .5rem;
&.is-inline {
.user.is-inline {
display: inline;
}
}
.avatar {