Skip to content

Commit

Permalink
Fix: Fix media query so 3D settings pullup is never truncated (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Press authored Jul 27, 2017
1 parent 0ba7804 commit 1ee02fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/viewers/box3d/Box3DControls.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$compact-width: 375px;
$compact-width: 510px;
$compact-height: 550px;

@media (max-width: $compact-width) {
Expand Down

0 comments on commit 1ee02fe

Please sign in to comment.