mirror of https://github.com/VERT-sh/VERT.git
fix: more transparent cardd blur
This commit is contained in:
parent
bbc7768f79
commit
47734ee31d
|
|
@ -303,11 +303,11 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</OverlayScrollbarsComponent>
|
</OverlayScrollbarsComponent>
|
||||||
<!-- blur at bottom if scrollable - positioned relative to the card container -->
|
<!-- bottom blur if scrollable -->
|
||||||
{#if showBlur[i]}
|
{#if showBlur[i]}
|
||||||
<div
|
<div
|
||||||
class="absolute left-0 bottom-0 w-full h-10 pointer-events-none"
|
class="absolute left-0 bottom-0 w-full h-10 pointer-events-none"
|
||||||
style={`background: linear-gradient(to top, var(--bg-panel), transparent 100%);`}
|
style={`background: linear-gradient(to top, var(--bg-panel), transparent 65%);`}
|
||||||
></div>
|
></div>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue