Skip to content

Commit b46ef8e

Browse files
committed
ui: auto-expand custom installation script section
1 parent c8fe5d7 commit b46ef8e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/routes/[username]/[slug]/+page.svelte

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -363,12 +363,12 @@
363363
</details>
364364
{/if}
365365

366-
{#if data.config.custom_script}
367-
<details class="detail-card">
368-
<summary>
369-
<span class="detail-icon">⚡</span>
370-
<span class="detail-title">Custom Installation Script</span>
371-
</summary>
366+
{#if data.config.custom_script}
367+
<details class="detail-card" open>
368+
<summary>
369+
<span class="detail-icon">⚡</span>
370+
<span class="detail-title">Custom Installation Script</span>
371+
</summary>
372372
<div class="detail-content">
373373
<div class="code-block">
374374
<div class="code-header">

0 commit comments

Comments
 (0)