Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/lib/components/ConfigDetail.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -528,10 +528,6 @@
max-width: 420px;
}

.dna span {
border-radius: 1px;
}

.dna-legend {
display: flex;
gap: 18px;
Expand Down
12 changes: 11 additions & 1 deletion src/lib/components/ConfigEditor.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@
<div class="term-head">
<span class="dot dot-red"></span><span class="dot dot-amber"></span><span class="dot dot-green"></span>
<span class="term-name">post-install.sh — runs after packages</span>
<span class="term-edit"><svg width="11" height="11" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"/><path d="M18.5 2.5a2.12 2.12 0 0 1 3 3L12 15l-4 1 1-4Z"/></svg>editable</span>
</div>
<textarea
class="script-textarea"
Expand Down Expand Up @@ -852,9 +853,18 @@
color: var(--text-muted);
}

.term-edit {
margin-left: auto;
display: inline-flex;
align-items: center;
gap: 5px;
font-size: 0.68rem;
color: var(--accent);
}

.script-textarea {
width: 100%;
min-height: 200px;
min-height: 148px;
padding: 18px 20px;
background: transparent;
border: none;
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/PackageManager.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
font-family: inherit;
font-size: 0.82rem;
cursor: pointer;
background: var(--bg-tertiary);
background: var(--bg-secondary);
color: var(--text-secondary);
border: 1px solid var(--border-hover);
text-transform: capitalize;
Expand Down
Loading
Loading