Skip to content

Commit

Permalink
Fix placement of Header back button
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlasser committed Nov 22, 2023
1 parent 0513dff commit 71198fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/viewer/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<!-- Expanding cell to hold title and optional back -->
<div class="cell">
{#if !embed}
<div class="back" style="margin-top: {HEADER_HEIGHT - 20}px">
<div class="back">
<Link back={true}>
{@html backArrowSvg}
</Link>
Expand Down

0 comments on commit 71198fc

Please sign in to comment.