diff --git a/includes/style.css b/includes/style.css index 7ceeda0..327cd4f 100644 --- a/includes/style.css +++ b/includes/style.css @@ -54,7 +54,7 @@ table th { textarea { height: 256px; width: 256px; - margin: 1em; + margin: 0 1em; font-family: monospace; } textarea, @@ -64,6 +64,9 @@ input { .centre { margin: 0 auto; } +.croppie-container { + height: auto; +} .section { width: 20vw; height: 20vw; diff --git a/includes/style.less b/includes/style.less index 5fc473e..c4dcc32 100644 --- a/includes/style.less +++ b/includes/style.less @@ -68,7 +68,7 @@ table { textarea { height: 256px; width: 256px; - margin: 1em; + margin: 0 1em; font-family: monospace; } @@ -81,6 +81,10 @@ textarea, input { margin: 0 auto; } +.croppie-container { + height: auto; +} + // make this just for desktop view? // put sections in a single column on mobile/etc? .section { diff --git a/index.html b/index.html index 96627af..97c9754 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ -

image-to-bitsy

convert any image to a bitsy room

about | please contact me if you have any issues: twitter | email

game data

image

palette

preview

output

\ No newline at end of file +42

image

palette

preview

output

\ No newline at end of file diff --git a/index.pug b/index.pug index c594cdb..2323e0e 100644 --- a/index.pug +++ b/index.pug @@ -24,7 +24,7 @@ html a(href="https://github.com/synth-ruiner/bitsy-image-to-room") about | | please contact me if you have any issues: a(href="https://twitter.com/synth_ruiner") twitter - | | + | , a(href="mailto:max@tinybird.info") email #game-data.section @@ -38,10 +38,10 @@ html #image.section h2 image - input#imageUpload(type="file" accepts="image/*") - #croppie + input#imageUpload(type="file" accepts="image/*") + #palette.section h2 palette @@ -75,7 +75,7 @@ html button#save write to game data - //- + //- to do input#threshold(type="range" min=0 max=64) br label(for="threshold")