mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-24 20:52:11 +00:00
Adjusted button layout
This commit is contained in:
parent
521b495fa9
commit
4688a288e3
@ -50,13 +50,18 @@
|
|||||||
{
|
{
|
||||||
<MudIconButton Variant="Variant.Text" Icon="@Icons.Material.Filled.Settings" Color="Color.Default" OnClick="@this.OpenSettingsDialog"/>
|
<MudIconButton Variant="Variant.Text" Icon="@Icons.Material.Filled.Settings" Color="Color.Default" OnClick="@this.OpenSettingsDialog"/>
|
||||||
}
|
}
|
||||||
@this.AdditionalActions
|
|
||||||
</MudButtonGroup>
|
</MudButtonGroup>
|
||||||
@if (this.SecurityBadge is not null)
|
@if (this.SecurityBadge is not null || this.AdditionalActions is not null)
|
||||||
{
|
{
|
||||||
<MudElement>
|
<MudStack Row="@true" AlignItems="AlignItems.Center" Spacing="1">
|
||||||
@this.SecurityBadge
|
@if (this.SecurityBadge is not null)
|
||||||
</MudElement>
|
{
|
||||||
|
<MudElement>
|
||||||
|
@this.SecurityBadge
|
||||||
|
</MudElement>
|
||||||
|
}
|
||||||
|
@this.AdditionalActions
|
||||||
|
</MudStack>
|
||||||
}
|
}
|
||||||
</MudStack>
|
</MudStack>
|
||||||
</MudCardActions>
|
</MudCardActions>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user