feat: change non-grouped messages to have margin-top instead of margin-bottom
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
This commit is contained in:
parent
9fee630a68
commit
82796377ee
1 changed files with 2 additions and 2 deletions
|
@ -102,8 +102,8 @@ onMounted(async () => {
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
.message-margin-bottom {
|
||||
margin-bottom: 1dvh;
|
||||
.normal-message {
|
||||
margin-top: 1dvh;
|
||||
}
|
||||
|
||||
#last-message {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue