Skip to content

Commit

Permalink
Merge branch 'birdflop' of https://github.com/LuminescentDev/SimplyMC
Browse files Browse the repository at this point in the history
…into birdflop
  • Loading branch information
saboooor committed May 27, 2024
2 parents 6e11efc + 37b3d85 commit 828523d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default component$(() => {
<Slot />
{store.cookies != 'true' &&
<div class={{
'fixed bottom-0 sm:bottom-4 w-[100vw] sm:right-4 backdrop-blur-xl z-[1000] animate-in fade-in slide-in-from-bottom-8 anim-duration-1000': true,
'fixed bottom-0 sm:bottom-4 w-[100vw] sm:w-auto sm:right-4 backdrop-blur-xl z-[1000] animate-in fade-in slide-in-from-bottom-8 anim-duration-1000': true,
}}>
<Card id="cookieprompt">
<Header subheader="We use cookies to automatically save and load your preferences.">
Expand Down

0 comments on commit 828523d

Please sign in to comment.