feat: move avatar class to where it is used #2725

Merged
konrad merged 1 commits from dpschen/frontend:feature/move-avatar-class-to-where-it-is-used into main 2022-11-18 13:30:43 +00:00
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;
}