mirror of
https://github.com/chinchang/web-maker.git
synced 2025-06-10 11:45:10 +02:00
fix modals and button tags
This commit is contained in:
parent
e472104088
commit
ed124bac0f
@ -23,11 +23,11 @@
|
|||||||
<p>Like this extension? Please
|
<p>Like this extension? Please
|
||||||
<a href="https://chrome.google.com/webstore/detail/web-maker/lkfkkhfhhdkiemehlpkgjeojomhpccnh/reviews" target="_blank">rate it here</a>.</p>
|
<a href="https://chrome.google.com/webstore/detail/web-maker/lkfkkhfhhdkiemehlpkgjeojomhpccnh/reviews" target="_blank">rate it here</a>.</p>
|
||||||
<p>
|
<p>
|
||||||
<a aria-label="Support the developer" d-click="openSupportDeveloperModal" data-event-action="supportDeveloperHelpBtnClick"
|
<button aria-label="Support the developer" d-click="openSupportDeveloperModal" data-event-action="supportDeveloperHelpBtnClick"
|
||||||
class="btn btn-icon">
|
class="btn btn-icon">
|
||||||
<svg>
|
<svg>
|
||||||
<use xlink:href="#gift-icon"></use>
|
<use xlink:href="#gift-icon"></use>
|
||||||
</svg>Support the developer</a>
|
</svg>Support the developer</button>
|
||||||
<a aria-label="Rate Web Maker" href="https://chrome.google.com/webstore/detail/web-maker/lkfkkhfhhdkiemehlpkgjeojomhpccnh/reviews"
|
<a aria-label="Rate Web Maker" href="https://chrome.google.com/webstore/detail/web-maker/lkfkkhfhhdkiemehlpkgjeojomhpccnh/reviews"
|
||||||
target="_blank" class="btn btn-icon">
|
target="_blank" class="btn btn-icon">
|
||||||
<svg>
|
<svg>
|
||||||
|
@ -155,6 +155,7 @@ textarea {
|
|||||||
padding: 9px 15px;
|
padding: 9px 15px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
letter-spacing: 0.2px;
|
letter-spacing: 0.2px;
|
||||||
|
line-height: 1;
|
||||||
transition: box-shadow 0.2s ease;
|
transition: box-shadow 0.2s ease;
|
||||||
}
|
}
|
||||||
.btn--primary {
|
.btn--primary {
|
||||||
@ -577,6 +578,8 @@ body > #demo-frame {
|
|||||||
height: 100vh;
|
height: 100vh;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
display: flex;
|
||||||
|
align-items: baseline;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
z-index: 2000;
|
z-index: 2000;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
@ -585,7 +588,7 @@ body > #demo-frame {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
opacity: 0.3;
|
opacity: 0.8;
|
||||||
transition: 0.25s ease;
|
transition: 0.25s ease;
|
||||||
}
|
}
|
||||||
.modal__close-btn > svg {
|
.modal__close-btn > svg {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user