fix styles for replying comment for mobiles

This commit is contained in:
igoradamenko
2018-05-13 01:28:07 +03:00
parent fb64e705cd
commit 28f279f41a
2 changed files with 2 additions and 2 deletions
@@ -7,7 +7,7 @@ $step: 24px;
&.comment_replying {
.comment__input {
@media (hover: none) and (max-width: 768px) {
@media (-moz-touch-enabled: 1) and (max-width: 768px), (pointer:coarse) and (max-width: 768px) {
margin-left: -$i * $step;
}
}
@@ -9,7 +9,7 @@
}
// it isn't mobile first, but it's fine here
@media (hover: none) and (max-width: 768px) {
@media (-moz-touch-enabled: 1) and (max-width: 768px), (pointer:coarse) and (max-width: 768px) {
border: 8px solid #eee;
padding-bottom: 0;