Skip to content

Commit

Permalink
Hide drag buttons on small tablet/phone sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle committed Apr 11, 2024
1 parent dfd5e55 commit 98f57ef
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,8 @@
&.is-left {
padding-right: 10px;
}

@media (max-width: 782px) {
display: none;
}
}

0 comments on commit 98f57ef

Please sign in to comment.