mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
Fix recording layout
This commit is contained in:
@@ -93,8 +93,8 @@ const TranscriptRecord = (details: TranscriptDetails) => {
|
|||||||
{status === "processing" ? "Processing meeting" : "Record meeting"}
|
{status === "processing" ? "Processing meeting" : "Record meeting"}
|
||||||
</Heading>
|
</Heading>
|
||||||
|
|
||||||
<Flex direction={{ base: "column-reverse", md: "row" }}>
|
<Flex direction={{ base: "column-reverse", md: "row" }} h={"full"}>
|
||||||
<Box w={{ md: "50%" }}>
|
<Box w={{ md: "50%" }} h={{ base: "80%", md: "full" }}>
|
||||||
<TopicList
|
<TopicList
|
||||||
topics={webSockets.topics}
|
topics={webSockets.topics}
|
||||||
useActiveTopic={useActiveTopic}
|
useActiveTopic={useActiveTopic}
|
||||||
|
|||||||
@@ -112,7 +112,7 @@ export function TopicList({
|
|||||||
<Flex
|
<Flex
|
||||||
position={"relative"}
|
position={"relative"}
|
||||||
w={"100%"}
|
w={"100%"}
|
||||||
h={"100%"}
|
h={"95%"}
|
||||||
flexDirection={"column"}
|
flexDirection={"column"}
|
||||||
justify={"center"}
|
justify={"center"}
|
||||||
align={"center"}
|
align={"center"}
|
||||||
|
|||||||
Reference in New Issue
Block a user