mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-29 11:15:58 +00:00
- border fix in share popup
- folder icon fix
This commit is contained in:
@@ -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"
|
||||
>
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
right: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
z-index: 18;
|
||||
z-index: 30;
|
||||
background: $light_mode_vignette;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user