Fix footer on mobileUnverified
fa729b0 parent: 87d20a2 modified
internal/tmpl/base.html +2 -3 | @@ -211,7 +211,7 @@ | ||
| 211 | 211 | <a href="/library" class="text-xs text-spot-secondary hover:text-spot-text transition">Library</a> |
| 212 | 212 | </div> |
| 213 | 213 | </div> |
| 214 | - <div class="flex items-center justify-between"> | |
| 214 | + <div class="flex flex-col gap-3"> | |
| 215 | 215 | <div class="flex items-center gap-4"> |
| 216 | 216 | <button onclick="toggleTheme()" class="text-xs text-spot-secondary hover:text-spot-text inline-flex gap-1.5 items-center transition"> |
| 217 | 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 | 219 | <span class="theme-text-dark">Light mode</span> |
| 220 | 220 | <span class="theme-text-light hidden">Dark mode</span> |
| 221 | 221 | </button> |
| 222 | - <button onclick="document.getElementById('shortcuts-dialog').showModal()" class="text-xs text-spot-secondary hover:text-spot-text transition">Shortcuts</button> | |
| 223 | 222 | </div> |
| 224 | - <span class="text-xs text-spot-secondary">© {{now.Format "2006"}} Glean · Made in Europe 🇪🇺</span> | |
| 223 | + <span class="text-xs text-spot-secondary">© {{now.Format "2006"}} <a href="https://bsky.app/profile/julien.rbrt.fr">julien.rbrt.fr</a> · Made in Europe 🇪🇺</span> | |
| 225 | 224 | </div> |
| 226 | 225 | </div> |
| 227 | 226 | </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">© {{now.Format "2006"}} Glean · Made in Europe 🇪🇺</span> | 223 | + <span class="text-xs text-spot-secondary">© {{now.Format "2006"}} <a href="https://bsky.app/profile/julien.rbrt.fr">julien.rbrt.fr</a> · Made in Europe 🇪🇺</span> |
| 225 | </div> | 224 | </div> |
| 226 | </div> | 225 | </div> |
| 227 | </div> | 226 | </div> |