Align items in the model selection stack for improved layout in ProviderDialog

This commit is contained in:
Thorsten Sommer 2025-04-24 11:42:14 +02:00
parent 4f034d48d7
commit 49878d9d9d
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -75,7 +75,7 @@
}
<MudField FullWidth="true" Label="Model selection" Variant="Variant.Outlined" Class="mb-3">
<MudStack Row="@true" AlignItems="AlignItems.Baseline" StretchItems="StretchItems.End">
<MudStack Row="@true" AlignItems="AlignItems.Center" StretchItems="StretchItems.End">
@if (this.DataLLMProvider.IsLLMModelProvidedManually())
{
<MudButton Variant="Variant.Filled" Size="Size.Small" StartIcon="@Icons.Material.Filled.OpenInBrowser" Href="@this.DataLLMProvider.GetModelsOverviewURL(this.HFInferenceProviderId)" Target="_blank">