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 { .commentIsUpdateForm {
@extend @extend
.d-flex, .d-flex,
.justify-content-between, .flex-column,
.align-self-start,
.mt-3; .mt-3;
&.commentIsUpdateFormWithAttachment { margin-right: 108px; } &.commentIsUpdateFormWithAttachment {
&.commentIsUpdateFormWithoutAttachment { margin-left: 58px; } margin-right: 108px;
.checkboxSwitch { align-self: flex-end; }
}
&.commentIsUpdateFormWithoutAttachment {
margin-left: 58px;
.checkboxSwitch { align-self: flex-start; }
}
} }
.currentUserAvatar { .currentUserAvatar {