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

tweak search bar menus

parent d4f724d2
No related branches found
No related tags found
No related merge requests found
......@@ -26,9 +26,13 @@
>
<template v-slot:append>
<v-menu allowOverflow: true>
<v-menu allowOverflow: true offsetY>
<template v-slot:activator="{ on, attrs }">
<v-btn min-width="0px" v-bind="attrs" v-on="on" plain depressed color = "primary" text @click.native="items=[]">
<v-btn min-width="0px"
v-bind="attrs"
v-on="on"
plain
depressed color = "primary" text @click.native="items=[]">
<span v-if="!$vuetify.breakpoint.mobile">
{{$t(`dicts.${$parent.lang}`)}}
</span><span v-if="$vuetify.breakpoint.mobile">{{$parent.lang}}</span><v-icon>expand_more</v-icon></v-btn>
......@@ -42,7 +46,7 @@
</v-list>
</v-menu>
<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">
<template v-slot:activator="{ on, attrs }">
<v-btn @click.native="items=[]"
......
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