mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 14:49:06 +00:00
Improved the layout of the app window (#181)
This commit is contained in:
parent
24a73e92e1
commit
e419c5561b
@ -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">
|
||||
|
2
app/MindWork AI Studio/wwwroot/changelog/v0.9.16.md
Normal file
2
app/MindWork AI Studio/wwwroot/changelog/v0.9.16.md
Normal 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.
|
Loading…
Reference in New Issue
Block a user