Attempt to fix gallary layout

This commit is contained in:
ZXY101
2023-09-22 08:42:32 +02:00
parent dca15ab62a
commit 21a8daf48e

View File

@@ -6,10 +6,7 @@
import { settings } from '$lib/settings';
</script>
<div
class="h-full min-h-screen w-full min-w-max text-white"
style:background-color={$settings.backgroundColor}
>
<div class=" h-full min-h-[100svh] text-white" style:background-color={$settings.backgroundColor}>
<NavBar />
<Snackbar />
<ConfirmationPopup />