We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e4db1 commit 5d7d31bCopy full SHA for 5d7d31b
elements/pay-tiers.js
@@ -924,6 +924,12 @@ darkreader-donate-mascot {
924
width: 10rem;
925
}
926
927
+:host([align-left]) {
928
+ .pr,
929
+ .pr-wrapper {
930
+ margin: 0;
931
+ }
932
+}
933
`;
934
935
class PayTiersElement extends HTMLElement {
support-us/index.html
@@ -24,7 +24,7 @@
24
</a>
25
26
<div class="horizontal-container">
27
- <darkreader-pay-tiers></darkreader-pay-tiers>
+ <darkreader-pay-tiers align-left></darkreader-pay-tiers>
28
<script type="module" src="/elements/pay-tiers.js"></script>
29
<div>
30
<h3><img src="/images/darkreader-icon-256x256.png" style="height: 1em; width: 1em;"> Dark Reader</h3>
0 commit comments