mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-12-17 15:40:37 +00:00
5e resurrection
This commit is contained in:
parent
07b671b99d
commit
2948b2cd64
6 changed files with 24 additions and 18 deletions
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
</v-container>
|
||||
|
||||
<v-btn v-show="$vuetify.breakpoint.lgAndUp && $store.state.hasRightDrawer" color="primary" @click.stop="setRightDrawer" :class="rightDrawerButtonCSS()" small top right fixed fab>
|
||||
<v-btn v-show="$vuetify.breakpoint.lgAndUp && $store.state.hasRightDrawer" color="primary" @click.stop="setRightDrawer" class="d-print-none" :class="rightDrawerButtonCSS()" small top right fixed fab>
|
||||
<v-icon v-if="$store.state.rightDrawer">mdi-chevron-right</v-icon>
|
||||
<v-icon v-else left>mdi-chevron-left</v-icon>
|
||||
</v-btn>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue