mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-24 10:40:07 +08:00
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:
parent
9b6fe25bc1
commit
57e6715aa5
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user