Move item from gallery fix

This commit is contained in:
Miloš Holba
2020-08-10 10:30:54 +02:00
parent 68acf5f986
commit 8387f56048
4 changed files with 27 additions and 45 deletions

View File

@@ -1,5 +1,9 @@
<template>
<div class="file-full-preview-wrapper" v-if="showFullPreview">
<div
class="file-full-preview-wrapper"
v-if="showFullPreview"
id="fileFullPreview"
>
<MediaFullPreview v-if="isMedia" />
</div>
</template>
@@ -44,14 +48,7 @@ export default {
z-index: 7;
background-color: $light-background;
}
.container {
max-width: 888px;
height: 100%;
padding-top: 20px;
padding: 10px;
margin: auto;
}
@media (prefers-color-scheme: dark) {
.file-full-preview-wrapper {
background-color: $dark_mode_background;