mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-04 22:43:32 +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 {
|
.new-chat-messages-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
min-height: 450px;
|
min-height: 180px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 24px;
|
gap: 24px;
|
||||||
|
Loading…
Reference in New Issue
Block a user