Skip to content
Snippets Groups Projects
Commit 434a50bf authored by Henrik Askjer's avatar Henrik Askjer
Browse files

toolbar styling

parent 5099abe6
No related branches found
No related tags found
No related merge requests found
......@@ -51,8 +51,8 @@
</v-list-item>
</v-list>
</v-menu><v-divider vertical/>
<v-dialog max-width="1200" v-model="settings_dialog" hide-overlay
:close-on-content-click="false" origin="top" >
<v-dialog max-width="1200" width="1200" v-model="settings_dialog" hide-overlay :fullscreen="$vuetify.breakpoint.mobile"
:close-on-content-click="false" transition="dialog-top-transition">
<template v-slot:activator="{ on, attrs }">
<v-btn v-bind="attrs" v-on="on" min-width="0px" class = "search-field-button" plain depressed color = "primary" text><span v-if="$vuetify.breakpoint.mdAndUp"></span><v-icon>more_vert</v-icon></v-btn>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment