refac: admin panel styling

This commit is contained in:
Timothy J. Baek
2024-05-14 20:48:46 -10:00
parent e9decf2dda
commit 1d98099099
5 changed files with 264 additions and 246 deletions

View File

@@ -151,6 +151,12 @@
);
</script>
<svelte:head>
<title>
{$i18n.t('Documents')} | {$WEBUI_NAME}
</title>
</svelte:head>
{#if dragged}
<div
class="fixed w-full h-full flex z-50 touch-none pointer-events-none"