You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove hardcoded margins from ThinkingSlider and Context1MCheckbox,
let parent container handle spacing with gap-3. This makes the layout
more responsive and easier to reason about.
- ThinkingSlider: ml-5 → handled by parent gap
- Context1MCheckbox: ml-2 → handled by parent gap
- ChatInput: pr-3 on child → gap-3 on parent
0 commit comments