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

remove dividers

parent 1b7436a5
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
:dense="$vuetify.breakpoint.mobile" :dense="$vuetify.breakpoint.mobile"
> >
<template v-slot:append> <template v-slot:append>
<v-divider vertical/>
<v-menu allowOverflow: true> <v-menu allowOverflow: true>
<template v-slot:activator="{ on, attrs }"> <template v-slot:activator="{ on, attrs }">
<v-btn min-width="0px" v-bind="attrs" v-on="on" plain depressed color = "primary" text><span v-if="!$vuetify.breakpoint.mobile"> <v-btn min-width="0px" v-bind="attrs" v-on="on" plain depressed color = "primary" text><span v-if="!$vuetify.breakpoint.mobile">
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
</v-list> </v-list>
</v-menu> </v-menu>
<v-divider vertical/>
<v-dialog max-width="1200" width="1200" v-model="menuDialog" hide-overlay :fullscreen="$vuetify.breakpoint.mobile" <v-dialog max-width="1200" width="1200" v-model="menuDialog" hide-overlay :fullscreen="$vuetify.breakpoint.mobile"
:close-on-content-click="false" transition="dialog-top-transition"> :close-on-content-click="false" transition="dialog-top-transition">
<template v-slot:activator="{ on, attrs }"> <template v-slot:activator="{ on, attrs }">
......
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