mirror of
https://github.com/andy-stack/vaultkeeper-ai.git
synced 2026-07-22 06:42:03 +00:00
style: increase streaming indicator glow shadow spread
This commit is contained in:
parent
9f8d0b5ee8
commit
1a57bb4872
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@
|
|||
right: 0;
|
||||
background-color: color-mix(in srgb, var(--streaming-color) 85%, white 15%);
|
||||
border-radius: var(--box-border-radius);
|
||||
box-shadow: 0px 0px 8px 2px color-mix(in srgb, var(--streaming-color) 40%, transparent 80%);
|
||||
box-shadow: 0px 0px 8px 4px color-mix(in srgb, var(--streaming-color) 40%, transparent 80%);
|
||||
}
|
||||
.📦:nth-child(1) {
|
||||
animation: slide var(--duration) ease-in-out infinite alternate;
|
||||
|
|
|
|||
Loading…
Reference in a new issue