From ed124bac0f8781a68c87dd521d26a7bf759148ea Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Sun, 29 Apr 2018 21:50:21 +0530 Subject: [PATCH] fix modals and button tags --- src/partials/help-modal.html | 4 ++-- src/style.css | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/partials/help-modal.html b/src/partials/help-modal.html index e1c5a76..c42c90e 100644 --- a/src/partials/help-modal.html +++ b/src/partials/help-modal.html @@ -23,11 +23,11 @@

Like this extension? Please rate it here.

- - Support the developer + Support the developer diff --git a/src/style.css b/src/style.css index 580c607..76cce36 100644 --- a/src/style.css +++ b/src/style.css @@ -155,6 +155,7 @@ textarea { padding: 9px 15px; cursor: pointer; letter-spacing: 0.2px; + line-height: 1; transition: box-shadow 0.2s ease; } .btn--primary { @@ -577,6 +578,8 @@ body > #demo-frame { height: 100vh; overflow-y: auto; align-items: center; + display: flex; + align-items: baseline; justify-content: center; z-index: 2000; visibility: hidden; @@ -585,7 +588,7 @@ body > #demo-frame { position: absolute; right: 10px; top: 10px; - opacity: 0.3; + opacity: 0.8; transition: 0.25s ease; } .modal__close-btn > svg {