mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 02:50:39 +00:00
- When new user was created via admin, the verification email was send
- Item name in list view type is now extended on the full page width
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
<div
|
||||
@contextmenu.prevent.capture="contextMenu($event, undefined)"
|
||||
class="lg:flex lg:flex-col lg:w-full lg:px-3.5"
|
||||
class="lg:flex lg:flex-col lg:w-full lg:px-3.5 min-w-0"
|
||||
>
|
||||
<DesktopSharepageToolbar />
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
|
||||
<!--File list & info sidebar-->
|
||||
<div class="flex space-x-3 lg:overflow-hidden grow" @drop.stop.prevent="uploadDroppedItems($event)" @dragenter.prevent @dragover.prevent>
|
||||
<router-view id="file-view" class="relative w-full" :key="$route.fullPath" />
|
||||
<router-view id="file-view" class="relative w-full min-w-0" :key="$route.fullPath" />
|
||||
|
||||
<InfoSidebar v-if="isVisibleSidebar" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user