update filePreview ContextMenu

This commit is contained in:
Miloš Holba
2020-08-18 19:22:54 +02:00
parent bb22ec1e88
commit 59ca45e9b1
6 changed files with 143 additions and 17 deletions

View File

@@ -31,6 +31,7 @@ export default {
prev: function() {
events.$emit('filePreviewAction:prev');
},
},
};
</script>
@@ -47,7 +48,7 @@ export default {
.next {
cursor: pointer;
position: absolute;
top: 49.5%;
top: 52%;
display: flex;
justify-content: center;
background-color: white !important;