Skip to content

Commit cfab9e2

Browse files
authored
Update full.css
1 parent 7aab13f commit cfab9e2

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

full.css

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -363,17 +363,12 @@ body.mobile .live-view {
363363
pointer-events: none;
364364
}
365365

366-
body.mobile .live-view.loaded::before,
367-
body.mobile .live-view.loaded::after {
368-
transition-delay: .18s;
369-
}
370-
371366
@keyframes live-pulse {
372367
from {
373-
box-shadow: 0 0 0 0 hsl(240deg 87% 55%);
368+
box-shadow: 0 0 0 0 hsl(240deg 87% 55%);
374369
}
375370
to {
376-
box-shadow: 0 0 0 15px hsl(240deg 87% 55% / 0%);
371+
box-shadow: 0 0 0 15px hsl(240deg 87% 55% / 0%);
377372
}
378373
}
379374

0 commit comments

Comments
 (0)