Browse Source

fix deco template name display (#1844)

* fix deco template name display

* try to fix mac build
pull/1846/head
Jason Dove 2 years ago committed by GitHub
parent
commit
894fc284b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/artifacts.yml
  2. 2
      ErsatzTV/Pages/DecoTemplates.razor

1
.github/workflows/artifacts.yml

@ -100,6 +100,7 @@ jobs:
--hide-extension "ErsatzTV.app" \ --hide-extension "ErsatzTV.app" \
--app-drop-link 600 185 \ --app-drop-link 600 185 \
--skip-jenkins \ --skip-jenkins \
--no-internet-enable \
"ErsatzTV.dmg" \ "ErsatzTV.dmg" \
"ErsatzTV.app/" "ErsatzTV.app/"

2
ErsatzTV/Pages/DecoTemplates.razor

@ -54,7 +54,7 @@
<div style="display: grid; grid-template-columns: 1fr auto; align-items: center; width: 100%"> <div style="display: grid; grid-template-columns: 1fr auto; align-items: center; width: 100%">
<MudGrid Justify="Justify.FlexStart"> <MudGrid Justify="Justify.FlexStart">
<MudItem xs="8"> <MudItem xs="8">
<MudText>@item.Value.Text</MudText>
</MudItem> </MudItem>
</MudGrid> </MudGrid>
<div style="justify-self: end;"> <div style="justify-self: end;">

Loading…
Cancel
Save