feat: move avatar class to where it is used (#2725)
continuous-integration/drone/push Build is passing Details

Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #2725
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
This commit is contained in:
Dominik Pschenitschni 2022-11-18 13:30:41 +00:00 committed by konrad
parent 42e9f306e8
commit da8df8b667
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;
}