chore: remove user margin from the component
continuous-integration/drone/pr Build is passing Details

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
1 changed files with 2 additions and 6 deletions

View File

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