fixed AboutMe Partial formatting and input

This commit is contained in:
Mia Rose Winter 2024-01-17 16:01:19 +01:00
parent 0745b33cb9
commit 76f2712393
Signed by: miawinter
GPG key ID: 4B6F6A83178F595E
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@
<HelpDropdownComponent Body="@Localizer["AboutTheAuthor_Explanation"]" />
</span>
</div>
<InputTextArea class="textarea textarea-bordered w-full" rows="10" maxlength="512"
<InputTextArea class="textarea textarea-bordered w-full h-24" maxlength="512"
@bind-Value="@Model.AboutTheAuthor" placeholder="@Localizer["AboutTheAuthor_Placeholder"]" />
<div class="label">
<span class="label-text-alt text-error"><ValidationMessage For="() => Model.AboutTheAuthor" /></span>
@ -28,7 +28,7 @@
<HelpDropdownComponent Body="@Localizer["Biography_Explanation"]" />
</span>
</div>
<InputTextArea class="textarea textarea-bordered w-full" rows="10" maxlength="512"
<InputTextArea class="textarea textarea-bordered w-full h-48" maxlength="4096"
@bind-Value="@Model.Biography" placeholder="@Localizer["Biography_Placeholder"]" />
<div class="label">
<span class="label-text-alt text-error"><ValidationMessage For="() => Model.Biography" /></span>

File diff suppressed because one or more lines are too long