Skip to content

Commit

Permalink
fix: recipe card details (#1486)
Browse files Browse the repository at this point in the history
Signed-off-by: axel7083 <[email protected]>
  • Loading branch information
axel7083 authored Aug 6, 2024
1 parent ab939b2 commit 84decaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/src/lib/ContentDetailsLayout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ const toggle = () => {
<div
class:hidden={!open}
class:block={open}
class="h-fit lg:bg-[var(--pd-content-card-bg)] lg:text-[var(--pd-content-card-title)] lg:rounded-l-md lg:mt-5 lg:py-4 max-lg:block"
class="h-fit lg:bg-[var(--pd-content-card-bg)] text-[var(--pd-content-card-title)] lg:rounded-l-md lg:mt-5 lg:py-4 max-lg:block"
aria-label={`${detailsLabel} panel`}>
<div class="flex flex-col px-4 space-y-4 mx-auto">
<div class="flex flex-col lg:px-4 space-y-4 mx-auto">
<div class="w-full flex flex-row justify-between max-lg:hidden">
<span>{detailsTitle}</span>
<button on:click={toggle} aria-label={`hide ${detailsLabel}`}
Expand Down

0 comments on commit 84decaf

Please sign in to comment.