mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-12 21:08:46 +00:00
파일 페이지에서 로딩 텍스트가 화면 가운데에 표시되지 않던 버그 수정
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
<title>파일</title>
|
||||
</svelte:head>
|
||||
|
||||
<div class="flex flex-col">
|
||||
<div class="flex h-full flex-col">
|
||||
<TopBar title={$info?.name} />
|
||||
<div class="mb-4 flex w-full flex-grow flex-col items-center">
|
||||
{#snippet viewerLoading(message: string)}
|
||||
|
||||
@@ -87,7 +87,6 @@
|
||||
isCreateBottomSheetOpen = true;
|
||||
}}
|
||||
/>
|
||||
|
||||
<CreateBottomSheet
|
||||
bind:isOpen={isCreateBottomSheetOpen}
|
||||
onDirectoryCreateClick={() => {
|
||||
|
||||
Reference in New Issue
Block a user