Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/pages/reader/decor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ function applyItem(item: any) {
</main>

<!-- ── LEFT / RIGHT ARROWS ── -->
<NuxtLink to="/reader/home"
<NuxtLink to="/reader"
class="fixed right-2 top-1/2 -translate-y-1/2 z-[100] p-2 flex items-center gap-1 transition-all cursor-pointer group"
style="color:rgba(224,96,77,0.6); text-decoration:none">
<span class="text-sm font-bold uppercase tracking-wide">Home</span>
Expand Down
2 changes: 1 addition & 1 deletion app/pages/reader/forms.vue
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ function getBadgeClass(type: string) {
</main>

<!-- ── LEFT ARROW ── -->
<NuxtLink to="/reader/home"
<NuxtLink to="/reader"
class="fixed left-2 top-1/2 -translate-y-1/2 z-[100] p-2 flex items-center gap-1 transition-all cursor-pointer group"
style="color:rgba(224,96,77,0.6); text-decoration:none">
<svg class="w-12 h-16 group-hover:-translate-x-1 transition-transform drop-shadow-md" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24">
Expand Down
294 changes: 0 additions & 294 deletions app/pages/reader/home.vue

This file was deleted.

Loading