- border fix in share popup

- folder icon fix
This commit is contained in:
Čarodej
2021-11-02 09:29:12 +01:00
parent b232701783
commit 23602f5e4f
9 changed files with 217 additions and 79 deletions
@@ -36,7 +36,7 @@
created() {
this.isActive = 1
//setTimeout(() => (this.isActive = 0), 55000)
setTimeout(() => (this.isActive = 0), 5000)
}
}
</script>
@@ -97,7 +97,7 @@
.toaster-item {
max-width: 320px;
margin-bottom: 20px;
margin-top: 20px;
position: relative;
overflow: hidden;
display: block;
@@ -1,7 +1,7 @@
<template>
<transition name="popup">
<div
class="popup lg:absolute fixed top-0 left-0 right-0 bottom-0 z-20 overflow-y-auto grid h-full p-10"
class="popup lg:absolute fixed top-0 left-0 right-0 bottom-0 z-40 overflow-y-auto grid h-full p-10"
@click.self="closePopup"
v-if="isVisibleWrapper"
>
+1 -1
View File
@@ -56,7 +56,7 @@
right: 0;
left: 0;
bottom: 0;
z-index: 18;
z-index: 30;
background: $light_mode_vignette;
}