Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Tani <fabio.tani@nextt.com.br>2021-03-25 15:39:39 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-06-24 13:37:57 +0300
commite62e57053e2660887bf1df1794606d3731fe3c84 (patch)
treedfe3adaf28605f56e6f23eac95b2b3363dc24e3c
parente3479e206bc2adcdb3b8141ff653b3aa7bef75ad (diff)
Update File.vuepatch-1
Making the icon z-index higher on icon-video-white so it shows over squared image previews
-rw-r--r--src/components/File.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/File.vue b/src/components/File.vue
index d951777e..d5de6f01 100644
--- a/src/components/File.vue
+++ b/src/components/File.vue
@@ -138,7 +138,7 @@ export default {
position: absolute;
top: 10px;
right: 10px;
- z-index: 5;
+ z-index: 20;
}
img {