Improved the layout of the app window (#181)

This commit is contained in:
Thorsten Sommer 2024-11-02 11:12:54 +01:00 committed by GitHub
parent 24a73e92e1
commit e419c5561b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,7 @@
}
<MudMainContent Class="mud-height-full pt-1" Style="@this.PaddingLeft">
<MudContainer Fixed="@true" Class="mud-height-full" Style="margin-left: 5em; width: calc(100% - 5em);">
<MudContainer MaxWidth="MaxWidth.ExtraExtraLarge" Class="mud-height-full" Style="margin-left: 5em; width: calc(100% - 5em);">
@if (!this.performingUpdate && this.IsUpdateAlertVisible)
{
<MudAlert NoIcon="@true" Severity="Severity.Info" Variant="Variant.Filled" ShowCloseIcon="@true" Dense="@true" CloseIconClicked="() => this.DismissUpdate()" Class="mt-2 mb-2">

View File

@ -0,0 +1,2 @@
# v0.9.16, build 191 (2024-11-xx xx:xx UTC)
- Improved the layout of the app window, for example, in full-screen mode on large or high-resolution monitors.