fix styling

This commit is contained in:
riggraz
2025-02-06 21:21:54 +01:00
parent 76110c04a0
commit ced5a5b094

View File

@@ -43,12 +43,17 @@
.commentIsUpdateForm {
@extend
.d-flex,
.justify-content-between,
.align-self-start,
.flex-column,
.mt-3;
&.commentIsUpdateFormWithAttachment { margin-right: 108px; }
&.commentIsUpdateFormWithoutAttachment { margin-left: 58px; }
&.commentIsUpdateFormWithAttachment {
margin-right: 108px;
.checkboxSwitch { align-self: flex-end; }
}
&.commentIsUpdateFormWithoutAttachment {
margin-left: 58px;
.checkboxSwitch { align-self: flex-start; }
}
}
.currentUserAvatar {