mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
Todo adjustments
This commit is contained in:
parent
e8449e340d
commit
a1bec98d44
|
@ -59,9 +59,6 @@
|
|||
name="title"
|
||||
formControlName="title"
|
||||
placeholder="Title"
|
||||
matTextareaAutosize
|
||||
matAutosizeMinRows="1"
|
||||
matAutosizeMaxRows="2"
|
||||
required>
|
||||
</textarea>
|
||||
</mat-form-field>
|
||||
|
@ -96,10 +93,7 @@
|
|||
name="notes"
|
||||
formControlName="notes"
|
||||
placeholder="Notes"
|
||||
maxlength="500"
|
||||
matTextareaAutosize
|
||||
matAutosizeMinRows="1"
|
||||
matAutosizeMaxRows="6">
|
||||
maxlength="500">
|
||||
</textarea>
|
||||
<mat-hint align="end">{{notes.value.length}} / 500</mat-hint>
|
||||
</mat-form-field>
|
||||
|
|
|
@ -5,12 +5,11 @@
|
|||
flex: 1 0 auto;
|
||||
flex-direction: column;
|
||||
overflow-y: auto;
|
||||
padding: 24px;
|
||||
|
||||
.todo-header {
|
||||
padding-bottom: 24px;
|
||||
margin-bottom: 8px;
|
||||
padding: 24px;
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
|
||||
background: rgba(0, 0, 0, 0.06);
|
||||
|
||||
.actions {
|
||||
min-width: 88px;
|
||||
|
@ -19,6 +18,7 @@
|
|||
}
|
||||
|
||||
.todo-content {
|
||||
padding: 24px;
|
||||
|
||||
.title {
|
||||
font-size: 17px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user