Desktop language dialog width fixes
This commit is contained in:
parent
62652e20a4
commit
6317a9a44d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
<template>
|
<template>
|
||||||
<v-dialog
|
<v-dialog
|
||||||
class="ma-0 pa-0"
|
class="ma-0 pa-0"
|
||||||
width="80%"
|
|
||||||
v-bind="{ ...$props, ...$attrs }"
|
v-bind="{ ...$props, ...$attrs }"
|
||||||
v-on="$listeners"
|
v-on="$listeners"
|
||||||
|
:width="$vuetify.breakpoint.smAndUp ? '688px' : '80%'"
|
||||||
>
|
>
|
||||||
<v-card class="dialog-card">
|
<v-card class="dialog-card">
|
||||||
<v-card-title class="dialog-title"
|
<v-card-title class="dialog-title"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue