[READ-ONLY] Mirror of https://github.com/mrgnw/morganwill.com. morganwill.com
0

Configure Feed

Select the types of activity you want to include in your feed.

no floaty

+1 -8
+1 -8
src/components/Packages.svelte
··· 256 256 </Card.Root> 257 257 258 258 {#if selectedPackages.size > 0} 259 - <Card.Root class="mt-4"> 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 - position: fixed; 344 - bottom: 1rem; 345 - left: 1rem; 346 - right: 1rem; 347 - max-height: 40vh; 348 - overflow-y: auto; 349 343 font-family: monospace; 350 344 white-space: pre-wrap; 351 - z-index: 10; /* Ensure terminal stays on top */ 352 345 } 353 346 354 347 .copy-button {