mirror of
https://git.mirrors.martin98.com/https://github.com/bytedance/deer-flow
synced 2025-08-19 14:39:05 +08:00
fix: adjust slider width for responsive design in multi-agent visualization (#134)
This commit is contained in:
parent
86295ed195
commit
1a59accb52
@ -147,7 +147,7 @@ export function MultiAgentVisualization({ className }: { className?: string }) {
|
||||
</Tooltip>
|
||||
<div className="text-muted-foreground ml-2 flex items-center justify-center">
|
||||
<Slider
|
||||
className="w-120"
|
||||
className="w-40 sm:w-80 md:w-100 lg:w-120"
|
||||
max={playbook.steps.length - 1}
|
||||
min={0}
|
||||
step={1}
|
||||
|
Loading…
x
Reference in New Issue
Block a user