Fixed header height

This commit is contained in:
Thorsten Sommer 2024-08-23 13:26:30 +02:00
parent a6c5b3de23
commit e5dd2fb34c
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@
@(this.Title) @(this.Title)
</MudText> </MudText>
<InnerScrolling HeaderHeight="12.3em"> <InnerScrolling HeaderHeight="6em">
<ChildContent> <ChildContent>
<MudForm @ref="@(this.form)" @bind-IsValid="@(this.inputIsValid)" @bind-Errors="@(this.inputIssues)" Class="pr-2"> <MudForm @ref="@(this.form)" @bind-IsValid="@(this.inputIsValid)" @bind-Errors="@(this.inputIssues)" Class="pr-2">
<MudText Typo="Typo.body1" Align="Align.Justify" Class="mb-6"> <MudText Typo="Typo.body1" Align="Align.Justify" Class="mb-6">

View File

@ -1,6 +1,7 @@
# v0.8.12, build 174 # v0.8.12, build 174
- Added an e-mail writing assistant. - Added an e-mail writing assistant.
- Added the possibility to preselect some e-mail writing assistant options. - Added the possibility to preselect some e-mail writing assistant options.
- Fixed the header height of assistant pages.
- Improved the coding assistant by adding a button to delete a context. - Improved the coding assistant by adding a button to delete a context.
- Improved chat page by scrolling to the bottom after loading (configurable; default is on). - Improved chat page by scrolling to the bottom after loading (configurable; default is on).
- Improved all assistants to provide a button to copy their respective result to the clipboard. - Improved all assistants to provide a button to copy their respective result to the clipboard.