This commit is contained in:
Thomas Smith 2022-12-19 17:02:50 -05:00
parent 8cb7921348
commit 0df60c00d1
4 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@
{#if courses.length} {#if courses.length}
<Posts posts={courses} /> <Posts posts={courses} />
{:else} {:else}
<section class="h-64 border bg-black border-gray p-4"> <section class="h-64 border border-gray bg-black p-4">
<Preloader /> <Preloader />
</section> </section>
{/if} {/if}

View file

@ -34,7 +34,7 @@
</article> </article>
</header> </header>
<footer class="flex h-20 border-t border-gray text-white"> <footer class="flex h-20 border-t border-gray text-white">
<input class="flex-grow click-copy bg-black pl-4" disabled value={copyValue} /> <input class="click-copy flex-grow bg-black pl-4" disabled value={copyValue} />
<Button class="w-16 border-0 border-l-2 text-sm" onClick={onCopy}>{copyButtonText}</Button> <Button class="w-16 border-0 border-l-2 text-sm" onClick={onCopy}>{copyButtonText}</Button>
<Button class="w-56 border-0 border-l-2 text-sm" onClick={() => console.log('cli')} <Button class="w-56 border-0 border-l-2 text-sm" onClick={() => console.log('cli')}
>OPEN IN TERMINAL</Button >OPEN IN TERMINAL</Button

View file

@ -36,7 +36,7 @@
<footer class="mt-4 flex items-center justify-between"> <footer class="mt-4 flex items-center justify-between">
<div> <div>
<p> <p>
<span class="text-xs pk-version">V&NonBreakingSpace;{pkg.version}</span> <span class="pk-version text-xs">V&NonBreakingSpace;{pkg.version}</span>
<!-- <!--
TODO: uncomment once install counts improve TODO: uncomment once install counts improve
<br> <br>

View file

@ -16,7 +16,7 @@
}; };
</script> </script>
<section class={`flex border-b border-r-0 border-l-0 items-center py-2 ${size} ${clazz}`}> <section class={`flex items-center border-b border-r-0 border-l-0 py-2 ${size} ${clazz}`}>
<div class="icon pl-4"> <div class="icon pl-4">
<i class="icon-search-icon" /> <i class="icon-search-icon" />
</div> </div>