agent-Specialization/scripts/liquid-glass-demo/app/custom-slider.css
JOJO 2f75c1c8bb feat: stable version before virtual monitor timing fix
Current status includes:
- Virtual monitor surface and components
- Monitor store for state management
- Tool call animations and transitions
- Liquid glass shader integration

Known issue to fix: Tool status display timing - "正在xx" appears
after tool execution completes instead of when tool call starts.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-13 17:12:12 +08:00

12 lines
195 B
CSS

.custom-slider {
@apply w-full h-1 bg-white/20;
}
.custom-slider .custom-slider-thumb {
@apply w-0.5 h-4 bg-white/50;
}
.custom-slider .custom-slider-track {
@apply h-full bg-white/50;
}