🎨 Hid sidebar toggle button
This commit is contained in:
parent
72acdeaab9
commit
2f09995306
1 changed files with 1 additions and 1 deletions
|
|
@ -563,7 +563,7 @@
|
|||
<div class="flex-wrap">
|
||||
<span></span>
|
||||
<button
|
||||
class="icon"
|
||||
class="icon hide-on-small-screen"
|
||||
@click="activeSidebar = !activeSidebar"
|
||||
v-tooltip="{
|
||||
content: activeSidebar ? 'Hide Sidebar' : 'Show Sidebar'
|
||||
|
|
|
|||
Loading…
Reference in a new issue