fix: remove margin-bottom for loading animation (#7191)

* fix: remove margin-bottom for loading animation

* fix: just need to remove the margin-bottom of the last block
This commit is contained in:
Wang Jiyuan 2025-06-14 14:57:31 +08:00 committed by GitHub
parent bd4333ab9a
commit 0a498460d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -136,6 +136,10 @@ ul {
display: flow-root;
}
.block-wrapper:last-child > *:last-child {
margin-bottom: 0;
}
.message-content-container > *:last-child {
margin-bottom: 0;
}