Attempt to fix gallary layout
This commit is contained in:
@@ -6,10 +6,7 @@
|
|||||||
import { settings } from '$lib/settings';
|
import { settings } from '$lib/settings';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div
|
<div class=" h-full min-h-[100svh] text-white" style:background-color={$settings.backgroundColor}>
|
||||||
class="h-full min-h-screen w-full min-w-max text-white"
|
|
||||||
style:background-color={$settings.backgroundColor}
|
|
||||||
>
|
|
||||||
<NavBar />
|
<NavBar />
|
||||||
<Snackbar />
|
<Snackbar />
|
||||||
<ConfirmationPopup />
|
<ConfirmationPopup />
|
||||||
|
|||||||
Reference in New Issue
Block a user