From d2b7517c5007205a4cf4df1e42d05ae09509a8dd Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 27 Apr 2017 14:38:28 -0400 Subject: making it work on the phone --- index.html | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index ff8a807..63a61ef 100644 --- a/index.html +++ b/index.html @@ -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 { -
-