Adjust ServerCard for usage with Server list

This commit is contained in:
Neshura 2024-01-06 03:05:30 +01:00
commit 0f50c43782
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
2 changed files with 60 additions and 36 deletions
src/lib/components

View file

@ -57,7 +57,7 @@
</script>
<div
class="flex h-48 w-[28rem] flex-col gap-y-2 rounded-xl border-t-4
class="flex h-48 w-[28rem] flex-col gap-y-3 rounded-xl border-t-4
{status == 0
? 'border-offline'
: status == 1
@ -69,7 +69,7 @@
: 'border-maintenance'}
z-0 bg-black/55 p-4 backdrop-blur-sm"
>
<div class="flex flex-row justify-between pb-4">
<div class="flex flex-row justify-between">
<div
class="flex flex-row items-center gap-1"
on:mouseover={() => (hover.title = true)}