fork me on github

This commit is contained in:
Egor Aristov 2025-03-11 15:49:54 +03:00
parent 38cf2c615a
commit e19d616401
Signed by: egor3f
GPG Key ID: 40482A264AAEC85F

View File

@ -1,15 +1,20 @@
<template> <template>
<a href="https://github.com/egor3f/rssalchemy" target="_blank"> <a href="https://github.com/egor3f/rssalchemy" target="_blank" id="forkme">
<img decoding="async" width="149" height="149" <img decoding="async" width="149" height="149"
src="https://github.blog/wp-content/uploads/2008/12/forkme_right_gray_6d6d6d.png" src="https://github.blog/wp-content/uploads/2008/12/forkme_right_gray_6d6d6d.png"
class="attachment-full size-full" alt="Fork me on GitHub" loading="lazy"> alt="Fork me on GitHub" loading="lazy">
</a> </a>
</template> </template>
<style scoped lang="scss"> <style scoped lang="scss">
.attachment-full { #forkme {
position: absolute; position: absolute;
top: 0; top: 0;
right: 0; right: 0;
display: none;
@media screen and (min-width: 1000px) {
display: inline;
}
} }
</style> </style>