Skip to content
Snippets Groups Projects
  1. Jan 11, 2018
    • Paul Kaplan's avatar
      Fix NaN in test and update snapshot · e0f3441b
      Paul Kaplan authored
      e0f3441b
    • Paul Kaplan's avatar
      Use style sizing to fix issues with Edge + flex + canvas. · 3c4c5a6d
      Paul Kaplan authored
      Additionally render the canvas at a multiplier of the device pixel
      ratio, so we get hidpi images for supported screens. The fixed CSS
      sizing allows us to do that.
      
      The problem was that on Edge, flexbox apparently can grow canvas
      elements, whereas on Chrome/FF the canvas width/height is respected. No
      problem, we can set the width/height in CSS to fix it, which
      conveniently allows us to also fix the low-res-on-retina-screens problem
      at the same time.
      3c4c5a6d
  2. Aug 15, 2017
  3. Jul 21, 2017
  4. Jun 30, 2017
  5. Apr 20, 2017
  6. Mar 28, 2017
  7. Feb 27, 2017
    • Steven Dale's avatar
      Configurable SpriteSelectorItems per row (#90). Standardized spacer variable... · 7f0141e7
      Steven Dale authored
      Configurable SpriteSelectorItems per row (#90). Standardized spacer variable (#84). MenuBar Pass (#130)
      
      * Standardized use of space units where appropriate
      * Reversed box classes for easier readability in Inspector
      * Sprite Area: removed unused info button
      * SpriteSelectorItems: fixed spacing between rows. Isolated layout + component CSS, now reusable in other context. Items per row is now easily configurable
      * MenuBar: refactored structure for clickable items
      7f0141e7
  8. Dec 07, 2016
    • Ray Schamp's avatar
      Use CSS modules for styles · 16fbb64c
      Ray Schamp authored
      The inline css method gives us nothing that CSS modules can't give us. This puts the project more in line with the way www works, and makes CSS actually readable.
      
      Using class names gives us full control of the modal styles.
      16fbb64c
Loading