fix: styling

This commit is contained in:
Timothy J. Baek 2024-05-23 12:59:23 -07:00
parent d3d780463f
commit 870400b5d1
4 changed files with 10 additions and 8 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -6,7 +6,7 @@
.extension-container {
font-family: -apple-system, ui-sans-serif, system-ui, "Segoe UI", Roboto,
Ubuntu, Cantarell, "Noto Sans", sans-serif, "Helvetica Neue", Arial,
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
.shadow-3xl {

View File

@ -414,14 +414,16 @@
/>
</div>
<div class=" tlwd-flex tlwd-justify-end tlwd-gap-1">
<p
class="tlwd-text-right tlwd-text-[0.7rem] tlwd-p-0 tlwd-m-0 tlwd-text-neutral-300"
<div
class=" tlwd-flex tlwd-justify-end tlwd-gap-1 tlwd-items-center"
>
<div
class="tlwd-text-right tlwd-text-[0.7rem] tlwd-p-0 tlwd-m-0 tlwd-text-neutral-300 tlwd-h-fit"
>
Press ⌘Space+Shift to toggle
</p>
</div>
<button
class=" tlwd-flex tlwd-items-center tlwd-bg-transparent tlwd-text-neutral-100 tlwd-cursor-pointer tlwd-p-0 tlwd-m-0 tlwd-outline-none tlwd-border-none"
class=" tlwd-h-fit tlwd-flex tlwd-items-center tlwd-bg-transparent tlwd-text-neutral-100 tlwd-cursor-pointer tlwd-p-0 tlwd-m-0 tlwd-outline-none tlwd-border-none"
type="button"
on:click={() => {
showConfig = true;