mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 19:57:52 +01:00
fix styling
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user