fix(web/ui): correct project card layout and unify config section actions

- Fix .project-card flex direction so expanded repos align left
- Add .config-section-actions for consistent save bars
- Replace sticky footer in Config Profiles with config-section-actions
- Replace dialog-actions in Tool Type editor with config-section-actions
- Convert manifest editor preview block to .config-section
This commit is contained in:
Developer
2026-06-16 16:06:08 +00:00
parent 17f4e91a84
commit ac56c5e391
4 changed files with 25 additions and 10 deletions
@@ -332,7 +332,7 @@ export const ToolTypeEditorPanel = ({
{toolTypeError && <p className="text-error">{toolTypeError}</p>}
<div className="dialog-actions mt-4">
<div className="config-section-actions">
<button type="submit" className="btn btn-primary">
<Icon name={isCreating ? "add" : "save"} size="sm" />
{isCreating ? "Create Tool Type" : "Save Changes"}