feat: move avatar class to where it is used
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Dominik Pschenitschni 2022-11-17 13:13:56 +01:00
parent 244c436202
commit f3fc1bfc9e
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
2 changed files with 4 additions and 5 deletions

View File

@ -347,6 +347,10 @@ async function deleteComment(commentToDelete: ITaskComment) {
}
}
.image.is-avatar {
border-radius: 100%;
}
.media-content {
width: calc(100% - 48px - 2rem);
}

View File

@ -77,11 +77,6 @@ h6 {
overflow-x: auto;
}
// FIXME: this should be moved in a Avatar component
.image.is-avatar {
border-radius: 100%;
}
button.table {
margin-bottom: 0 !important;
}