mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
💄 style: fix layout
This commit is contained in:
@@ -8,7 +8,7 @@ import ChatList from './ChatList';
|
||||
|
||||
const Conversation = () => {
|
||||
return (
|
||||
<Flexbox flex={1}>
|
||||
<Flexbox flex={1} style={{ position: 'relative' }}>
|
||||
<div style={{ flex: 1, overflowY: 'scroll' }}>
|
||||
<HeaderSpacing />
|
||||
<ChatList />
|
||||
|
||||
@@ -23,9 +23,9 @@ const Chat = memo(() => {
|
||||
<Head>
|
||||
<title>{pageTitle}</title>
|
||||
</Head>
|
||||
<Flexbox id={'lobe-conversion-container'} style={{ height: '100vh', position: 'relative' }}>
|
||||
<Flexbox id={'lobe-conversion-container'} style={{ height: '100vh' }}>
|
||||
<Header />
|
||||
<Flexbox flex={1} horizontal>
|
||||
<Flexbox flex={1} height={'calc(100vh - 64px)'} horizontal>
|
||||
<Conversation />
|
||||
<Config />
|
||||
</Flexbox>
|
||||
|
||||
Reference in New Issue
Block a user