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 {