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>
<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"
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>
</template>
<style scoped lang="scss">
.attachment-full {
#forkme {
position: absolute;
top: 0;
right: 0;
display: none;
@media screen and (min-width: 1000px) {
display: inline;
}
}
</style>