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 9b6fe25bc1
commit 57e6715aa5

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;
}