From e2ad2f3f3989276d0753f55d1121da392ee02282 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 2 Aug 2026 21:39:44 +0200 Subject: [PATCH] Replaced the profile menu with the form field variant in the visual briefing --- .../VisualBriefing/VisualBriefingAssistant.razor | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/MindWork AI Studio/Assistants/VisualBriefing/VisualBriefingAssistant.razor b/app/MindWork AI Studio/Assistants/VisualBriefing/VisualBriefingAssistant.razor index 0530c33f..a369f6c1 100644 --- a/app/MindWork AI Studio/Assistants/VisualBriefing/VisualBriefingAssistant.razor +++ b/app/MindWork AI Studio/Assistants/VisualBriefing/VisualBriefingAssistant.razor @@ -191,7 +191,9 @@ @T("Briefing settings") @* The confidence belongs to the provider chosen right next to it, so both share one row. - Do not add a margin to the button to "correct" its height: a dense outlined select with + It uses the icon trigger, like the chat does, so this row ends the same way the profile + row below it does: a field followed by one compact icon button. + Do not add a margin to that button to "correct" its height: a dense outlined select with a label carries margin-top 8px and margin-bottom 4px of its own, so centring the boxes already lands within a few pixels of the visible frame, and any added margin makes it worse. Baseline alignment does not work here either, because the wrapper below takes @@ -205,11 +207,11 @@ @if (this.SettingsManager.ConfigurationData.Confidence.ShowProviderConfidence) { - + } - +