Adjust reload button position in comment section on mobile
This commit is contained in:
parent
f94f7e0b1c
commit
9d325d5c59
1 changed files with 15 additions and 0 deletions
|
@ -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 {
|
.comment-create__label-wrapper {
|
||||||
select {
|
select {
|
||||||
margin: 2px 0 1px 0;
|
margin: 2px 0 1px 0;
|
||||||
|
|
Loading…
Reference in a new issue