mirror of https://github.com/VERT-sh/VERT.git
scroll dropdown, adjust dark opacity in home
This commit is contained in:
parent
f6e0b7db5d
commit
8155204d57
|
@ -100,7 +100,7 @@
|
|||
duration,
|
||||
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}
|
||||
<button
|
||||
|
|
|
@ -221,7 +221,7 @@
|
|||
<div
|
||||
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
|
||||
id="gradient-bg"
|
||||
|
|
Loading…
Reference in New Issue