slight cv patch
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / Rebuild Signaller (push) Successful in 33s
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / Rebuild Signaller (push) Successful in 33s
This commit is contained in:
parent
d8974ba8f3
commit
790e400c06
2 changed files with 3 additions and 3 deletions
|
|
@ -34,7 +34,7 @@
|
|||
</a>
|
||||
</div>
|
||||
<div
|
||||
class="absolute kube-split bg-white/32 backdrop-blur left-0 right-0 flex flex-col h-full"
|
||||
class="absolute kube-split bg-white/75 left-0 right-0 flex flex-col h-full"
|
||||
>
|
||||
<div class="pl-[245px] h-full w-full">
|
||||
{#if true}
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
{#each { length: 16 } as _, i}
|
||||
<div
|
||||
class="warning-tape w-full"
|
||||
style="height: 1px; --offset: {i * 19}px"
|
||||
style="height: 1px; --offset: {i * (40 - 1)}px"
|
||||
></div>
|
||||
{/each}
|
||||
</div>
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
var(--color-second)
|
||||
);
|
||||
|
||||
background-size: 20px 20px;
|
||||
background-size: 40px 40px;
|
||||
|
||||
/* Apply the offset here */
|
||||
background-position: calc(var(--offset)) 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue