change arrows position

This commit is contained in:
Miloš Holba
2020-08-20 20:31:47 +02:00
parent f79973e922
commit 0082c3a6a8
3 changed files with 15 additions and 105 deletions

View File

@@ -62,7 +62,7 @@ export default {
.next {
cursor: pointer;
position: absolute;
top: 52%;
top: 53.5%;
display: flex;
justify-content: center;
background-color: white !important;

View File

@@ -87,6 +87,12 @@ export default {
this.filteredFiles();
},
watch: {
sliderFile() {
if(this.sliderFile.length == 0 ) {
events.$emit('fileFullPreview:hide');
}
},
currentFile() {
//HANDLE ACUTAL VIEW IMAGE IN FIELINFODETAIL
if(this.fileInfoDetail) {
@@ -202,8 +208,10 @@ export default {
border-radius: 28px;
}
.video {
max-height: 100%;
max-width: 1072px;
height: auto;
box-shadow: 0 8px 40px rgba($text, 0.3);
@media (min-width: 1920px) {
& {
max-width: 1080px;