mirror of
https://github.com/gotson/komga.git
synced 2025-12-21 16:03:03 +01:00
fix(webui): series grid not expanding to full width
This commit is contained in:
parent
8d7b45bb45
commit
2f7d2a447f
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@
|
|||
:series.sync="editSeriesSingle"
|
||||
/>
|
||||
|
||||
<v-container>
|
||||
<v-container fluid class="px-6">
|
||||
<empty-state
|
||||
v-if="totalPages === 0"
|
||||
title="The active filter has no matches"
|
||||
|
|
|
|||
Loading…
Reference in a new issue