Kleinere optische Anpassungen
This commit is contained in:
@@ -8,7 +8,9 @@
|
||||
<PageTitle>Profil</PageTitle>
|
||||
|
||||
<div style="width: 100%; max-width: 500px;">
|
||||
<h4>Mein Profil</h4>
|
||||
|
||||
<h2>Mein Profil</h2>
|
||||
|
||||
<Button Color="Color.Primary" Clicked="SaveProfile">Speichern</Button>
|
||||
<Fields Class="my-3">
|
||||
<Validations @ref="ValidationsRef">
|
||||
@@ -24,7 +26,7 @@
|
||||
<Field ColumnSize="ColumnSize.Is12">
|
||||
<FieldLabel>Info über dich</FieldLabel>
|
||||
<FieldBody>
|
||||
<MemoEdit Rows="3" Placeholder="z.B. Bieb bei Rewe Musterhausen" @bind-Text="User.Memo" />
|
||||
<MemoEdit Rows="3" Placeholder="z.B. Bieb bei Rewe Musterhausen" @bind-Text="User.Memo"/>
|
||||
</FieldBody>
|
||||
</Field>
|
||||
</Validation>
|
||||
|
||||
Reference in New Issue
Block a user