[Modify] BMC-Widget Add

This commit is contained in:
Kanani Nirav
2023-08-13 22:31:24 +09:00
parent 0c0a1a582d
commit 722aea654d
2 changed files with 14 additions and 1 deletions

View File

@@ -95,4 +95,16 @@
padding-left: 1rem;
margin-bottom: 1rem;
}
</style>
#bmc-wbtn {
position: fixed !important;
bottom: 20px !important;
right: 20px !important;
z-index: 9999 !important;
}
@media (max-width: 1024px) {
#bmc-wbtn {
display: none !important;
}
}
</style>

View File

@@ -61,5 +61,6 @@
<!-- <span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span> -->
</footer>
</main>
<script data-name="BMC-Widget" data-cfasync="false" src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js" data-id="kananinirav" data-description="Support me on Buy me a coffee!" data-message="" data-color="#40DCA5" data-position="Right" data-x_margin="18" data-y_margin="18"></script>
</body>
</html>