Linting changes

This commit is contained in:
2026-01-08 21:04:22 -05:00
parent 922aa1a4d4
commit 16fde62ce5
2 changed files with 6 additions and 6 deletions

View File

@@ -16,7 +16,7 @@
}
</script>
<div class="size-26 md:size-32 relative rounded-full overflow-hidden">
<div class="relative size-26 overflow-hidden rounded-full md:size-32">
{#if src && !imageError}
<img
{src}

View File

@@ -25,14 +25,14 @@
<div class="space-y-3">
{#each entries as entry, index}
<div
class="border-ecsess-300 rounded-md border-2 transition-colors duration-200"
>
<div class="border-ecsess-300 rounded-md border-2 transition-colors duration-200">
<!-- Question -->
<button
type="button"
onclick={() => toggleItem(index)}
class="flex w-full bg-ecsess-600/20 items-center gap-3 px-3 py-2 text-left text-lg font-bold hover:bg-ecsess-500/40 transition-colors duration-200 {isOpen(index)
class="bg-ecsess-600/20 hover:bg-ecsess-500/40 flex w-full items-center gap-3 px-3 py-2 text-left text-lg font-bold transition-colors duration-200 {isOpen(
index
)
? 'rounded-t-md'
: 'rounded-md'}"
>
@@ -59,7 +59,7 @@
<!-- Panel -->
{#if isOpen(index)}
<div
class="border-t-ecsess-300 bg-transparent h-fit overflow-hidden border-t-2 px-4 py-3
class="border-t-ecsess-300 h-fit overflow-hidden border-t-2 bg-transparent px-4 py-3
text-base leading-relaxed transition-all duration-200"
transition:slide={{ duration: 200 }}
>