mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 08:38:37 +00:00
Fix mobile height.
Add send button.
This commit is contained in:
@@ -29,7 +29,7 @@ export default function App() {
|
||||
return (
|
||||
<OverlappingPanels
|
||||
width="100vw"
|
||||
height="100%"
|
||||
height="100vh"
|
||||
leftPanel={{ width: 292, component: <LeftSidebar /> }}
|
||||
rightPanel={{ width: 240, component: <RightSidebar /> }}
|
||||
docked={isTouchscreenDevice ? Docked.None : Docked.Left}>
|
||||
|
||||
Reference in New Issue
Block a user