Skip to content

Commit

Permalink
🔧 Fixed css
Browse files Browse the repository at this point in the history
  • Loading branch information
nwrenger committed Feb 3, 2024
1 parent c1a2e66 commit a56fafe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib-view/src/routes/overdues/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<span class="font-bold">{$_('.book.period.date')} / {$_('.book.period.days')}</span>
</span>
</div>
<hr />
<hr class="mb-2" />
<nav class="list-nav overflow-y-scroll max-h">
<ul>
{#await overdoneBooks then data}
Expand Down Expand Up @@ -69,7 +69,6 @@
{/await}
</ul>
</nav>
<div class="p-2 pt-0"></div>
</div>

<style>
Expand Down

0 comments on commit a56fafe

Please sign in to comment.