Slightly increase width of left navigation bar

This patch slightly increases the width of the left navigation bar to
allow for a little bit of padding on the “Collections” link which looked
odd pressed right to the edge of the navigation.
This commit is contained in:
Lars Kiesow 2023-01-06 00:08:38 +01:00
parent 49c581ed35
commit 60cd5fc198
No known key found for this signature in database
GPG key ID: 5DAFE8D9C823CE73

View file

@ -1,5 +1,5 @@
<template>
<div class="w-20 bg-bg h-full fixed left-0 box-shadow-side z-50" style="min-width: 80px" :style="{ top: offsetTop + 'px' }">
<div class="w-20 bg-bg h-full fixed left-0 box-shadow-side z-50" style="min-width: 90px" :style="{ top: offsetTop + 'px' }">
<!-- ugly little workaround to cover up the shadow overlapping the bookshelf toolbar -->
<div v-if="isShowingBookshelfToolbar" class="absolute top-0 -right-4 w-4 bg-bg h-10 pointer-events-none" />