mirror of
https://github.com/koel/koel
synced 2024-11-28 06:50:27 +00:00
fix: All Song screen header style when library is empty
This commit is contained in:
parent
be5dd4d799
commit
ad9d1b57e1
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<ScreenBase>
|
<ScreenBase>
|
||||||
<template #header>
|
<template #header>
|
||||||
<ScreenHeader :layout="headerLayout">
|
<ScreenHeader :layout="songs.length === 0 ? 'collapsed' : headerLayout">
|
||||||
All Songs
|
All Songs
|
||||||
<ControlsToggle v-model="showingControls" />
|
<ControlsToggle v-model="showingControls" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue