Improved the layout of the app window

This commit is contained in:
Thorsten Sommer 2024-11-02 11:12:12 +01:00
parent 24a73e92e1
commit 66991aed6c
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
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.