Skip to content

Commit

Permalink
chore(page): fix visual glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-heimbuch committed Dec 31, 2024
1 parent 62f9853 commit 16c3a9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/page/src/screens/episodes/Navigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
>
<div
class="h-20 relative w-full flex items-center justify-center"
:class="{ 'bg-primary-900 -mb-4': !docked, 'bg-transparent': docked }"
:class="{ '-mb-4': !docked }"
>
<span class="w-full absolute top-0 left" v-if="!docked"></span>
</div>
Expand Down Expand Up @@ -51,7 +51,7 @@
</button>
</div>

<div class="h-20 relative w-full -mb-4" :class="{ 'bg-transparent -mb-4': !docked }">
<div class="h-20 relative w-full -mb-4" :class="{ '-mb-4': !docked }">
<span class="w-full absolute top-0 right" v-if="!docked"></span>
</div>
</div>
Expand Down

0 comments on commit 16c3a9f

Please sign in to comment.