Skip to content

Commit

Permalink
Fix visualized layers being shown vertically on mobile portrait
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas committed Jul 21, 2017
1 parent f59e741 commit ddc9962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/squanmate/ui/drawing/newmonochrome.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
:size [size size]]]]))))

(defn monochrome-puzzle [puzzle & debug?]
[:div.puzzle
[:div.puzzle {:style {:white-space :nowrap}}
[:span.layer.top [layer-component (:top-layer puzzle)]]
[:span.layer.bottom [layer-component (:bottom-layer puzzle)]]
(when debug?
Expand Down

0 comments on commit ddc9962

Please sign in to comment.