Skip on the shortcut functionality (for now)
This commit is contained in:
parent
97eee09f97
commit
64728e5c43
2 changed files with 7 additions and 2 deletions
|
|
@ -26,10 +26,10 @@ const path = Astro.url.pathname;
|
||||||
<button id="prl" class="font-medium h-10 w-10 rounded-lg hover:bg-(--accent) inline-flex items-center justify-center transition-colors cursor-pointer">
|
<button id="prl" class="font-medium h-10 w-10 rounded-lg hover:bg-(--accent) inline-flex items-center justify-center transition-colors cursor-pointer">
|
||||||
<Icon name="lucide:rotate-cw" class="h-6 w-6" />
|
<Icon name="lucide:rotate-cw" class="h-6 w-6" />
|
||||||
</button>
|
</button>
|
||||||
<button id="psc" class="font-medium h-10 w-10 rounded-lg hover:bg-(--accent) inline-flex items-center justify-center transition-colors cursor-pointer">
|
{/** <button id="psc" class="font-medium h-10 w-10 rounded-lg hover:bg-(--accent) inline-flex items-center justify-center transition-colors cursor-pointer">
|
||||||
<Icon name="material-symbols:star-outline-rounded" class="h-8 w-8" id="noShortcut" />
|
<Icon name="material-symbols:star-outline-rounded" class="h-8 w-8" id="noShortcut" />
|
||||||
<Icon name="material-symbols:star-rounded" class="h-8 w-8 hidden" id="shortcut" />
|
<Icon name="material-symbols:star-rounded" class="h-8 w-8 hidden" id="shortcut" />
|
||||||
</button>
|
</button> */}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,11 @@ const randomSplash = genSplash();
|
||||||
<input id="input" type="text" name="Search" class="text-md md:text-sm focus-visible:outline-none w-full h-full placeholder:text-(--muted-foreground)" id="search" placeholder="Search the web">
|
<input id="input" type="text" name="Search" class="text-md md:text-sm focus-visible:outline-none w-full h-full placeholder:text-(--muted-foreground)" id="search" placeholder="Search the web">
|
||||||
</div>
|
</div>
|
||||||
<p class="text-sm text-center sm:text-base whitespace-nowrap"> { randomSplash } </p>
|
<p class="text-sm text-center sm:text-base whitespace-nowrap"> { randomSplash } </p>
|
||||||
|
{/** <div class="w-full flex flex-row gap-2">
|
||||||
|
<div class="rounded-md border-2">
|
||||||
|
t
|
||||||
|
</div>
|
||||||
|
</div> */}
|
||||||
</div>
|
</div>
|
||||||
<iframe id="iframe" class="fixed h-[calc(100%-3.5rem)] mt-14 w-full hidden bg-(--background)" />
|
<iframe id="iframe" class="fixed h-[calc(100%-3.5rem)] mt-14 w-full hidden bg-(--background)" />
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue