mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
fix: burger menu shows on larger screens
This commit is contained in:
parent
6a1a70ce18
commit
ff440b4cc8
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
py-0 px-6 h-k-header-height"
|
py-0 px-6 h-k-header-height"
|
||||||
>
|
>
|
||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
<ExtraDrawerButton @click.prevent="expandSidebar">
|
<ExtraDrawerButton class="md:hidden" @click.prevent="expandSidebar">
|
||||||
<Icon :icon="faBars" fixed-width />
|
<Icon :icon="faBars" fixed-width />
|
||||||
</ExtraDrawerButton>
|
</ExtraDrawerButton>
|
||||||
<ExtraDrawerTabHeader v-if="songPlaying" v-model="activeTab" />
|
<ExtraDrawerTabHeader v-if="songPlaying" v-model="activeTab" />
|
||||||
|
|
Loading…
Reference in a new issue