diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-04-27 14:38:28 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-04-27 14:38:28 -0400 |
| commit | d2b7517c5007205a4cf4df1e42d05ae09509a8dd (patch) | |
| tree | c270d2296f9ae599084747f3f1d34387fd9e51bf /index.html | |
| parent | e9ea2d93f978dda3e15f632ae69d71b762fd1b9c (diff) | |
making it work on the phone
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 24 |
1 files changed, 10 insertions, 14 deletions
@@ -7,8 +7,6 @@ body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 13px; transition: background-color 100ms; - user-select: none; - overflow: hidden; background-image: url(http://i.asdf.us/im/84/imBreak_1340193016_tumblr_m5vynpMYYg1qiluqao1_500_.png); background-position: top right; background-repeat: no-repeat; @@ -17,22 +15,22 @@ div { display: inline-block; } #labels { - width: 21px; + width: 20px; line-height: 27px; position: relative; top: -3px; } -#scale_list { - margin-left: 20px; -} -#scale_list div { - display: block; - cursor: pointer; -} -#scale_list .selected { - font-weight: bold; +.desktop body { + user-select: none; } @media only screen and (max-device-width: 800px) { + html,body { + margin: 0; + padding: 0; + } + div { + display: block; + } #labels { display: none; } @@ -86,8 +84,6 @@ div { <canvas nx="button" label="flip ↕" id="flip"></canvas> <canvas nx="button" label="flop ↔" id="flop"></canvas> </div> -<br> -<div id='scale_list'></div> </body> <script> var s = document.createElement('script'); |
