mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-02 11:27:26 +03:00
fix: reduce min height of chat peek view new message container (#8739)
This commit is contained in:
parent
2a3e81de3e
commit
e988be2f86
@ -42,7 +42,7 @@ export const PeekViewStyles = css`
|
||||
.new-chat-messages-container {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
min-height: 450px;
|
||||
min-height: 180px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 24px;
|
||||
|
Loading…
Reference in New Issue
Block a user