Adjust ServerCard for usage with Server list
This commit is contained in:
parent
c715471a9a
commit
0f50c43782
2 changed files with 60 additions and 36 deletions
src/lib/components
|
|
@ -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)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue