Adjust reload button position in comment section on mobile

This commit is contained in:
toshikanneko 2022-02-14 15:18:55 +01:00
parent f94f7e0b1c
commit 9d325d5c59

View file

@ -270,6 +270,21 @@
}
}
.card__main-actions {
.button--alt:last-of-type {
top: -1px;
float: right;
margin-right: 0;
}
.comment__sort {
.button--alt:last-of-type {
top: unset;
float: unset;
margin-right: unset;
}
}
}
.comment-create__label-wrapper {
select {
margin: 2px 0 1px 0;