Prefer grid gap instead of margin.
This commit is contained in:
parent
4bde199dbc
commit
47f71e0b7e
1 changed files with 1 additions and 1 deletions
|
@ -33,6 +33,7 @@
|
|||
/1fr;
|
||||
|
||||
min-height: min-content;
|
||||
grid-row-gap: 8px;
|
||||
}
|
||||
#editor_area
|
||||
{
|
||||
|
@ -48,7 +49,6 @@
|
|||
{
|
||||
grid-area: message_area;
|
||||
min-height: 30px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
#photo_viewer
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue