mirror of
https://github.com/gotson/komga.git
synced 2025-12-16 13:33:49 +01:00
fix(webui): books selection bar wouldn't hide the toolbar on Dashboard
This commit is contained in:
parent
50ab60fc59
commit
02d51b96c8
1 changed files with 1 additions and 1 deletions
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue