mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
fix: sidebar toggling on mobile (fr fr)
This commit is contained in:
parent
7ae57e3d98
commit
69a019df22
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
|||
</section>
|
||||
|
||||
<SidebarToggleButton
|
||||
class="opacity-0 no-hover:opacity-100 group-hover:opacity-100 transition"
|
||||
class="opacity-0 no-hover:hidden group-hover:opacity-100 transition"
|
||||
v-model="expanded"
|
||||
:class="expanded || 'opacity-100'"
|
||||
/>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<label
|
||||
class="btn-toggle no-hover:flex hidden md:flex w-[24px] aspect-square absolute rounded-full -right-[12px] top-[27px]
|
||||
class="btn-toggle hidden md:flex w-[24px] aspect-square absolute rounded-full -right-[12px] top-[27px]
|
||||
items-center justify-center z-10 text-k-text-secondary bg-k-bg-secondary border-[1.5px] border-white/20 cursor-pointer
|
||||
hover:text-k-text-primary hover:bg-k-highlight"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue