Skip to content

Commit

Permalink
fix(sidebar): show toggle sidebar button by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jadh4v committed Nov 27, 2023
1 parent 401f6a8 commit ff6b86a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
<template v-slot="{ dragHover }">
<v-app>
<v-app-bar app clipped-left :height="48">
<v-btn
v-if="mobile"
icon="mdi-menu"
@click="leftSideBar = !leftSideBar"
/>
<v-btn icon="mdi-menu" @click="leftSideBar = !leftSideBar" />
<v-toolbar-title class="d-flex flex-row align-center mt-3">
<vol-view-logo v-if="mobile" />
<vol-view-full-logo v-else />
Expand Down

0 comments on commit ff6b86a

Please sign in to comment.