diff --git a/README.md b/README.md index 4d38d44..3e755b4 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,8 @@ As a timer app, wnr is simple but useful. - modern design +- ... + ## To-do List Please go and see the [GitHub Project](https://github.com/RoderickQiu/wnr/projects/1). diff --git a/index.html b/index.html index 76c0d24..478ddd5 100644 --- a/index.html +++ b/index.html @@ -76,7 +76,7 @@

- + - + 0
diff --git a/style.css b/style.css index d84b715..69cb041 100644 --- a/style.css +++ b/style.css @@ -34,6 +34,7 @@ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button{ input[type="range"] { -webkit-appearance: none;/* remove default style */ height:4px; + width: 400px; padding: 0; border: none; background: #33333333; @@ -140,6 +141,9 @@ li{ -webkit-user-select: none; } #note{ + display: inline-block; + width: 200px; + word-wrap: break-word; line-height: 200%; vertical-align: middle; } diff --git a/timer.html b/timer.html index 20d5e4e..a9f53bd 100644 --- a/timer.html +++ b/timer.html @@ -31,7 +31,7 @@ $('#exit').attr('title', i18n.__('exit')); -
+