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