Skip to content

Commit 1c7f92f

Browse files
committed
Update 16/01/2026
support for multiple repos and and improve perrformance and add tooltier
1 parent e80cafe commit 1c7f92f

4 files changed

Lines changed: 710 additions & 683 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ <h1 class="site-name">Minimalistic Wallpapers Gallery</h1>
113113
<button title="Go To Up" class="field up" id="goUp"
114114
style="position: fixed; bottom: 15px; right: 15px;"><span class="material-icons">north</span></button>
115115

116-
<div id="cur-ring"></div>
117116
</nav>
118117

119118
<main style="min-height: 50vh;">
@@ -175,6 +174,7 @@ <h3 class="popup-h3">Properties</h3>
175174
})();
176175
</script>
177176
<script src="./src/script.js"></script>
177+
<script src="./src/toooltiper.js"></script>
178178
<script>
179179
document.getElementById("goUp").addEventListener("click", function () {
180180
window.scrollTo({

0 commit comments

Comments
 (0)