File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ const App = {
235235 template : `
236236 <div class="min-h-screen transition-colors duration-300 bg-fixed relative" :class="$styles.app">
237237 <!-- Top Left Back Link -->
238- <div class="absolute top-1 left-4 z-[100] select-none">
238+ <div class="absolute top-1 left-1 z-[100] select-none">
239239 <a :href="galleryUrl" title="Back to Media Gallery"
240240 class="flex items-center gap-1.5 rounded-full px-2.5 py-1 border shadow-sm transition-colors text-xs"
241241 :class="[$styles.dropdownButton, $styles.chromeBorder]">
Original file line number Diff line number Diff line change @@ -1133,6 +1133,14 @@ const App = {
11331133 </div>
11341134 <div class="min-h-screen py-8 px-4 sm:px-6 lg:px-8" :class="$styles.appInner">
11351135
1136+ <!-- Top Left Back Link -->
1137+ <div class="absolute top-1 left-1 z-[100] select-none">
1138+ <a href="/" title="Back to Home" class="flex items-center gap-1.5 rounded-full px-2.5 py-1 border shadow-sm transition-colors text-xs border border-nord-600 bg-nord-900 hover:bg-nord-800 text-nord-300 transition-colors ring-frost-600 focus:outline-none border-frost-700/80">
1139+ <svg class="h-3.5 w-3.5 flex-shrink-0 text-nord-300/60" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18"></path></svg>
1140+ <span class="font-medium text-nord-200">Home</span>
1141+ </a>
1142+ </div>
1143+
11361144 <!-- Error Screen -->
11371145 <div v-if="error" class="mx-auto max-w-md mt-16 text-center">
11381146 <div class="p-6 bg-red-50 dark:bg-red-950/20 border border-red-200 dark:border-red-900/40 rounded-2xl shadow-sm">
You can’t perform that action at this time.
0 commit comments