alpha
Login
or
Join now
xcc.es
/
morganwill.com
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/mrgnw/morganwill.com.
morganwill.com
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
no floaty
author
Morgan
date
2 years ago
(Nov 19, 2024, 12:15 AM +0100)
commit
8ee43c67
8ee43c67cd97f8f7904959bcdf68c11b17786f9c
parent
f02a0361
f02a0361a029f93a108d392d08fb6aae70292acc
+1
-8
1 changed file
Expand all
Collapse all
Unified
Split
src
components
Packages.svelte
+1
-8
src/components/Packages.svelte
View file
Reviewed
···
256
256
</Card.Root>
257
257
258
258
{#if selectedPackages.size > 0}
259
259
-
<Card.Root class="mt-4">
259
259
+
<Card.Root class="mt-4 mb-4">
260
260
<Card.Header>
261
261
<Card.Title>Installation Commands</Card.Title>
262
262
<Card.Description
···
340
340
color: #c9d1d9;
341
341
padding: 1rem;
342
342
border-radius: 0.5rem;
343
343
-
position: fixed;
344
344
-
bottom: 1rem;
345
345
-
left: 1rem;
346
346
-
right: 1rem;
347
347
-
max-height: 40vh;
348
348
-
overflow-y: auto;
349
343
font-family: monospace;
350
344
white-space: pre-wrap;
351
351
-
z-index: 10; /* Ensure terminal stays on top */
352
345
}
353
346
354
347
.copy-button {