Add GitHub sponsors button

This commit is contained in:
Yury V. Zaytsev
2025-03-23 07:55:44 +01:00
parent 92fe466c8b
commit 35d732326e
2 changed files with 21 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ The Midnight Commander project was founded around 1994 by Miguel de Icaza and is
* Andrew Borodin · :simple-github: [aborodin](https://github.com/aborodin) / [mc-worker](https://github.com/mc-worker)
* Yury V. Zaytsev · :simple-github: [zyv](https://github.com/zyv)
* Yury V. Zaytsev · :simple-github: [zyv](https://github.com/zyv) · <iframe id="github-sponsors-iframe" src="https://github.com/sponsors/zyv/button" title="Sponsor Yury" height="32" width="114"></iframe>
### Former team members

View File

@@ -36,3 +36,23 @@
fill: currentcolor;
}
}
#github-sponsors-iframe {
border: 0;
border-radius: 6px;
}
#github-sponsors-iframe {
-ms-transform: scale(0.7); /* IE 9 */
-ms-transform-origin: 0 0;
-moz-transform: scale(0.7); /* Firefox */
-moz-transform-origin: 0 0;
-o-transform: scale(0.7); /* Opera */
-o-transform-origin: 0 0;
-webkit-transform: scale(0.7); /* Safari And Chrome */
-webkit-transform-origin: 0 0;
transform: scale(0.7); /* Standard Property */
transform-origin: 0 0; /* Standard Property */
margin-bottom: -0.75rem;
}