[frontend] Fix telegram dialog design
This commit is contained in:
parent
c19aa91ec8
commit
a0ff599080
|
@ -1,6 +1,6 @@
|
|||
<h2 mat-dialog-title>Create new inbox</h2>
|
||||
|
||||
<mat-dialog-content class="mat-typography">
|
||||
<mat-dialog-content>
|
||||
<form class="input" [formGroup]="form">
|
||||
<mat-form-field>
|
||||
<mat-label>Telegram API Token</mat-label>
|
||||
|
|
|
@ -3,3 +3,12 @@
|
|||
grid-template-rows: 1fr 3fr;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
form {
|
||||
margin-top: 10px;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
textarea {
|
||||
height: 120px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue