mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2026-09-03 05:10:26 +03:00
refactor(UploadImageDialog): width
Addresses review comments
This commit is contained in:
committed by
Fernando Fernández
parent
a4195d3a1b
commit
4afb8de378
@@ -1,6 +1,7 @@
|
||||
<template>
|
||||
<VDialog
|
||||
max-width="60%"
|
||||
width="100%"
|
||||
max-width="800px"
|
||||
:model-value="isImageDialogVisible"
|
||||
@update:model-value="closeDialog">
|
||||
<VCard class="px-6">
|
||||
|
||||
Reference in New Issue
Block a user