nandi/gleanpublic⑂ Fork 0
⑂ fa729b0
Commits
⬇ Clone ▾
git clone https://git.rickub.com/nandi/glean.git
git clone ssh://git@rickub.com/nandi/glean.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

Fix footer on mobileUnverified

Julien Robert committed 2026-04-21T21:47:21+02:00 Browse files
fa729b0 parent: 87d20a2
modified internal/tmpl/base.html +2 -3
@@ -211,7 +211,7 @@
211211 <a href="/library" class="text-xs text-spot-secondary hover:text-spot-text transition">Library</a>
212212 </div>
213213 </div>
214- <div class="flex items-center justify-between">
214+ <div class="flex flex-col gap-3">
215215 <div class="flex items-center gap-4">
216216 <button onclick="toggleTheme()" class="text-xs text-spot-secondary hover:text-spot-text inline-flex gap-1.5 items-center transition">
217217 <svg class="w-3.5 h-3.5 theme-icon-dark" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.354 15.354A9 9 0 018.646 3.646 9.003 9.003 0 0012 21a9.003 9.003 0 008.354-5.646z"/></svg>
@@ -219,9 +219,8 @@
219219 <span class="theme-text-dark">Light mode</span>
220220 <span class="theme-text-light hidden">Dark mode</span>
221221 </button>
222- <button onclick="document.getElementById('shortcuts-dialog').showModal()" class="text-xs text-spot-secondary hover:text-spot-text transition">Shortcuts</button>
223222 </div>
224- <span class="text-xs text-spot-secondary">&copy; {{now.Format "2006"}} Glean &middot; Made in Europe &#127466;&#127482;</span>
223+ <span class="text-xs text-spot-secondary">&copy; {{now.Format "2006"}} <a href="https://bsky.app/profile/julien.rbrt.fr">julien.rbrt.fr</a> &middot; Made in Europe &#127466;&#127482;</span>
225224 </div>
226225 </div>
227226 </div>
@@ -211,7 +211,7 @@
211 <a href="/library" class="text-xs text-spot-secondary hover:text-spot-text transition">Library</a>211 <a href="/library" class="text-xs text-spot-secondary hover:text-spot-text transition">Library</a>
212 </div>212 </div>
213 </div>213 </div>
214- <div class="flex items-center justify-between">214+ <div class="flex flex-col gap-3">
215 <div class="flex items-center gap-4">215 <div class="flex items-center gap-4">
216 <button onclick="toggleTheme()" class="text-xs text-spot-secondary hover:text-spot-text inline-flex gap-1.5 items-center transition">216 <button onclick="toggleTheme()" class="text-xs text-spot-secondary hover:text-spot-text inline-flex gap-1.5 items-center transition">
217 <svg class="w-3.5 h-3.5 theme-icon-dark" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.354 15.354A9 9 0 018.646 3.646 9.003 9.003 0 0012 21a9.003 9.003 0 008.354-5.646z"/></svg>217 <svg class="w-3.5 h-3.5 theme-icon-dark" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.354 15.354A9 9 0 018.646 3.646 9.003 9.003 0 0012 21a9.003 9.003 0 008.354-5.646z"/></svg>
@@ -219,9 +219,8 @@
219 <span class="theme-text-dark">Light mode</span>219 <span class="theme-text-dark">Light mode</span>
220 <span class="theme-text-light hidden">Dark mode</span>220 <span class="theme-text-light hidden">Dark mode</span>
221 </button>221 </button>
222- <button onclick="document.getElementById('shortcuts-dialog').showModal()" class="text-xs text-spot-secondary hover:text-spot-text transition">Shortcuts</button>
223 </div>222 </div>
224- <span class="text-xs text-spot-secondary">&copy; {{now.Format "2006"}} Glean &middot; Made in Europe &#127466;&#127482;</span>223+ <span class="text-xs text-spot-secondary">&copy; {{now.Format "2006"}} <a href="https://bsky.app/profile/julien.rbrt.fr">julien.rbrt.fr</a> &middot; Made in Europe &#127466;&#127482;</span>
225 </div>224 </div>
226 </div>225 </div>
227 </div>226 </div>