@christianriedl/media 1.0.35 → 1.0.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
</script>
|
|
270
270
|
|
|
271
271
|
<template>
|
|
272
|
-
<v-container fluid :style="heightStyle">
|
|
272
|
+
<v-container fluid :style="heightStyle" class="bg-grey-darken-3">
|
|
273
273
|
<v-carousel hide-delimiters :show-arrows="false" v-model="index"
|
|
274
274
|
:width="width" :height="height" :cycle="cycle" :interval="interval"
|
|
275
275
|
@change="onInput" @dblclick="onDblClick">
|
|
@@ -278,7 +278,7 @@
|
|
|
278
278
|
</v-carousel-item>
|
|
279
279
|
</v-carousel>
|
|
280
280
|
<v-dialog v-model="infoDialog" :fullscreen="isMobile" >
|
|
281
|
-
<v-card v-if="infoDialog" width="
|
|
281
|
+
<v-card v-if="infoDialog" width="600">
|
|
282
282
|
<v-card-title class="headline">Metadata</v-card-title>
|
|
283
283
|
<v-card-text>
|
|
284
284
|
<v-container>
|
|
@@ -299,7 +299,7 @@
|
|
|
299
299
|
</v-card>
|
|
300
300
|
</v-dialog>
|
|
301
301
|
<v-dialog v-model="keyDialog" :fullscreen="isMobile" >
|
|
302
|
-
<v-card v-if="keyDialog" width="
|
|
302
|
+
<v-card v-if="keyDialog" width="400">
|
|
303
303
|
<v-card-text>
|
|
304
304
|
<v-container>
|
|
305
305
|
<v-row dense>
|