feat(web) Add drag n drop upload functionality (#1216)

* Add image drag n drop functionality

* Change upload cover name, background color and opacity
This commit is contained in:
Krisjanis Lejejs
2022-12-30 04:07:18 +02:00
committed by GitHub
parent 6736063f83
commit 10b0924cfb
11 changed files with 159 additions and 177 deletions

View File

@@ -7,7 +7,7 @@
%sveltekit.head%
</head>
<body class="bg-immich-bg dark:bg-immich-dark-bg">
<div>%sveltekit.body%</div>
<body class="bg-immich-bg dark:bg-immich-dark-bg fixed inset-0 w-full h-full">
<div class="fixed inset-0 w-full h-full">%sveltekit.body%</div>
</body>
</html>