feat: move avatar class to where it is used (#2725)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
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:
parent
42e9f306e8
commit
da8df8b667
@ -347,6 +347,10 @@ async function deleteComment(commentToDelete: ITaskComment) {
|
||||
}
|
||||
}
|
||||
|
||||
.image.is-avatar {
|
||||
border-radius: 100%;
|
||||
}
|
||||
|
||||
.media-content {
|
||||
width: calc(100% - 48px - 2rem);
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user