css margins fixed
This commit is contained in:
parent
e7332225ff
commit
da4da31e6c
1 changed files with 5 additions and 1 deletions
|
|
@ -35,7 +35,8 @@ messagesAreaStyle.textContent = `
|
|||
flex-direction: column;
|
||||
justify-content: flex-end;
|
||||
min-height: 100%;
|
||||
margin: var(--margin);
|
||||
margin-left: var(--margin);
|
||||
margin-right: var(--margin);
|
||||
}
|
||||
.message {
|
||||
margin-bottom: var(--margin);
|
||||
|
|
@ -46,6 +47,9 @@ messagesAreaStyle.textContent = `
|
|||
opacity: 0;
|
||||
animation: fadeIn 1000ms forwards;
|
||||
}
|
||||
.action-buttons {
|
||||
line-height: 1.3;
|
||||
}
|
||||
@keyframes fadeIn {
|
||||
to {
|
||||
opacity: 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue