💄 adjust styles

This commit is contained in:
ilanus 2018-10-29 23:45:46 +01:00 committed by 偏右
parent bd9e6c57d4
commit 5a7e17ac57

View File

@ -14,6 +14,7 @@
&-avatar {
flex-shrink: 0;
position: relative;
margin-right: 12px;
cursor: pointer;
img {
width: 32px;
@ -33,7 +34,7 @@
margin-bottom: 4px;
font-size: 14px;
display: flex;
justify-content: flex-start;
& > a,
& > span {
height: 18px;
@ -82,22 +83,6 @@
}
}
&-rtl &-avatar {
margin-right: 12px;
}
&-rtl &-content-author {
justify-content: flex-start;
}
&-ltr &-avatar {
margin-left: 12px;
}
&-ltr &-content-author {
justify-content: flex-end;
}
&-nested {
margin-left: @comment-indent;
}