mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-09 06:49:02 +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;
|
display: flow-root;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.block-wrapper:last-child > *:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.message-content-container > *:last-child {
|
.message-content-container > *:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user