show mobile replying only for touch devices

This commit is contained in:
igoradamenko
2018-05-11 23:49:28 +03:00
parent 2328c28213
commit 01cfbcfd49
2 changed files with 25 additions and 33 deletions
@@ -7,10 +7,8 @@ $step: 24px;
&.comment_replying {
.comment__input {
margin-left: -$i * $step;
@media (min-width: 768px) {
margin-left: 0;
@media (hover: none) and (max-width: 768px) {
margin-left: -$i * $step;
}
}
}