fix(webui): books selection bar wouldn't hide the toolbar on Dashboard

This commit is contained in:
Gauthier Roebroeck 2022-02-21 11:13:43 +08:00
parent 50ab60fc59
commit 02d51b96c8

View file

@ -1,6 +1,6 @@
<template>
<div :style="$vuetify.breakpoint.xs ? 'margin-bottom: 56px' : undefined">
<toolbar-sticky v-if="individualLibrary && selectedSeries.length === 0">
<toolbar-sticky v-if="individualLibrary && selectedSeries.length === 0 && selectedBooks.length === 0">
<!-- Action menu -->
<library-actions-menu v-if="library"
:library="library"/>