mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-28 00:34:47 -04:00
feat: added max width for print setting dialog (#2252)
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
v-model="dialog"
|
||||
absolute
|
||||
:width="width"
|
||||
:max-width="maxWidth"
|
||||
:content-class="top ? 'top-dialog' : undefined"
|
||||
:fullscreen="$vuetify.breakpoint.xsOnly"
|
||||
@keydown.enter="
|
||||
@@ -96,6 +97,10 @@ export default defineComponent({
|
||||
type: [Number, String],
|
||||
default: "500",
|
||||
},
|
||||
maxWidth: {
|
||||
type: [Number, String],
|
||||
default: null,
|
||||
},
|
||||
loading: {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
|
||||
Reference in New Issue
Block a user