@christianriedl/media 1.0.18 → 1.0.19

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@christianriedl/media",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "RIC media interfaces",
5
5
 
6
6
  "main": "dist/index.js",
@@ -317,7 +317,7 @@
317
317
  dense solo hide-details single-line>
318
318
  </v-select>
319
319
  </v-col>
320
- <v-col v-else cols="4" align-self="end">
320
+ <v-col v-else cols="1" offset="3">
321
321
  <v-btn v-if="!isMobile" class="bg-media" @click="uploadVisible = !uploadVisible">
322
322
  UPLOAD
323
323
  <v-icon>{{$vuetify.icons.values.upload}}</v-icon>