From b85ca0c3c73245d9535268079a3aabdb7f03762f Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Wed, 18 Jan 2017 02:47:55 +0530 Subject: [PATCH] onboarding modal tweak --- src/index.html | 50 ++++++++++++++++++++++++-------------------------- src/style.css | 3 ++- 2 files changed, 26 insertions(+), 27 deletions(-) diff --git a/src/index.html b/src/index.html index 83c2f28..baa04cb 100644 --- a/src/index.html +++ b/src/index.html @@ -239,38 +239,36 @@
- - - - - - - - - -
Show in new tab
- + + + + + + + + + +
Show in new tab
-
- - - - - - -
Don't show in new tab
+
+ + + + + +
Don't show in new tab

- You can change this later from Settings in bottom right. Also you can open the app by clicking the Web Maker icon in the top-right side of your browser. + You can change this later from Settings () in bottom right. Also you can open the app by clicking the Web Maker icon in the top-right side of your browser.

diff --git a/src/style.css b/src/style.css index e3426a5..8e93578 100644 --- a/src/style.css +++ b/src/style.css @@ -336,7 +336,8 @@ select, input[type="text"], textarea { opacity: 0; padding: 2em; font-size: 1.3em; - max-height: 82vh; + max-height: 90vh; + box-sizing: border-box; overflow-y: auto; transition: all 0.19s; transform: translateY(-50px) scale(0.7);