scroll dropdown, adjust dark opacity in home

This commit is contained in:
JovannMC 2025-02-06 20:32:37 +03:00
parent f6e0b7db5d
commit 8155204d57
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@
duration, duration,
easing: quintOut, easing: quintOut,
}} }}
class="w-full shadow-xl bg-panel-alt shadow-black/25 absolute overflow-hidden top-full mt-1 left-0 z-50 bg-background rounded-xl" class="w-full shadow-xl bg-panel-alt shadow-black/25 absolute overflow-hidden top-full mt-1 left-0 z-50 bg-background rounded-xl max-h-[30vh] overflow-y-auto"
> >
{#each options as option} {#each options as option}
<button <button

View File

@ -221,7 +221,7 @@
<div <div
class="fixed -z-30 top-0 left-0 w-screen h-screen flex items-center justify-center overflow-hidden" class="fixed -z-30 top-0 left-0 w-screen h-screen flex items-center justify-center overflow-hidden"
> >
<VertVBig class="fill-[--fg] opacity-10 scale-[200%] md:scale-[80%]" /> <VertVBig class="fill-[--fg] opacity-10 dynadark:opacity-5 scale-[200%] md:scale-[80%]" />
</div> </div>
<div <div
id="gradient-bg" id="gradient-bg"