get rid of the useless patreon widget
Web/pipeline/head This commit looks good Details

This commit is contained in:
Ell 2021-03-19 08:33:18 +01:00
parent ff133309db
commit b239ec5b02
3 changed files with 7 additions and 4 deletions

View File

@ -99,8 +99,9 @@
<!-- Sponsor buttons -->
<div class="sellout">
<iframe src="https://github.com/sponsors/Ellpeck/button" title="Sponsor Ellpeck" height="32" width="116" style="border: 0; margin-right: 10px;"></iframe>
<a href="https://www.patreon.com/bePatron?u=2494595" data-patreon-widget-type="become-patron-button"></a>
<script async src="https://c6.patreon.com/becomePatronButton.bundle.js"></script>
<a href="https://www.patreon.com/bePatron?u=2494595" class="patreon-button">
<img src="./res/becomePatron.png" height="34" alt="Become a patron">
</a>
</div>
</div>
</div>

BIN
res/becomePatron.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -204,8 +204,10 @@ blockquote {
.sellout {
display: flex;
align-items: center;
max-height: 35px;
overflow: hidden;
}
.patreon-button :hover {
filter: saturate(130%);
}
@media (min-width: 1200px) {