Rewrite page in Svelte 5 #49

Merged
Neshura merged 94 commits from rewrite/svelte into main 2024-01-06 14:12:09 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit d9e0bae305 - Show all commits

View file

@ -70,7 +70,7 @@
: status == 3 : status == 3
? 'border-maintenance' ? 'border-maintenance'
: 'border-maintenance'} : 'border-maintenance'}
bg-black/55 p-4" bg-black/55 p-4 backdrop-blur-sm z-0"
> >
<div class="flex flex-row justify-between pb-4"> <div class="flex flex-row justify-between pb-4">
<div <div

View file

@ -6,7 +6,7 @@
</script> </script>
<ul <ul
class="sticky flex h-16 w-full flex-row items-center justify-center gap-3 border-b bg-black/40 backdrop-blur-sm" class="absolute flex h-16 w-full flex-row items-center justify-center gap-3 border-b bg-black/40 backdrop-blur-sm z-50"
> >
<li> <li>
<Button <Button