fork me on github
This commit is contained in:
parent
0ebb3cbcac
commit
9397378f7f
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user