mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-15 03:42: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"/>
|
||||
}
|
||||
@this.AdditionalActions
|
||||
</MudButtonGroup>
|
||||
@if (this.SecurityBadge is not null)
|
||||
@if (this.SecurityBadge is not null || this.AdditionalActions is not null)
|
||||
{
|
||||
<MudElement>
|
||||
@this.SecurityBadge
|
||||
</MudElement>
|
||||
<MudStack Row="@true" AlignItems="AlignItems.Center" Spacing="1">
|
||||
@if (this.SecurityBadge is not null)
|
||||
{
|
||||
<MudElement>
|
||||
@this.SecurityBadge
|
||||
</MudElement>
|
||||
}
|
||||
@this.AdditionalActions
|
||||
</MudStack>
|
||||
}
|
||||
</MudStack>
|
||||
</MudCardActions>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user