[frontend] Design fixes
This commit is contained in:
parent
619d659a3a
commit
0bec1f0bee
|
@ -2,12 +2,11 @@
|
|||
display: grid;
|
||||
margin: 10px;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 10px;
|
||||
gap: 30px;
|
||||
align-items: stretch;
|
||||
justify-items: stretch;
|
||||
@media (max-width: 600px) {
|
||||
grid-template-columns: 1fr;
|
||||
grid-template-rows: 1fr 1fr;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -18,9 +17,9 @@
|
|||
|
||||
.textarea {
|
||||
resize: none;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
min-height: 200px;
|
||||
width: calc(100% - 20px);
|
||||
border: thin dotted gray;
|
||||
padding: 10px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue