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"}
|
||||
</Heading>
|
||||
|
||||
<Flex direction={{ base: "column-reverse", md: "row" }}>
|
||||
<Box w={{ md: "50%" }}>
|
||||
<Flex direction={{ base: "column-reverse", md: "row" }} h={"full"}>
|
||||
<Box w={{ md: "50%" }} h={{ base: "80%", md: "full" }}>
|
||||
<TopicList
|
||||
topics={webSockets.topics}
|
||||
useActiveTopic={useActiveTopic}
|
||||
|
||||
@@ -112,7 +112,7 @@ export function TopicList({
|
||||
<Flex
|
||||
position={"relative"}
|
||||
w={"100%"}
|
||||
h={"100%"}
|
||||
h={"95%"}
|
||||
flexDirection={"column"}
|
||||
justify={"center"}
|
||||
align={"center"}
|
||||
|
||||
Reference in New Issue
Block a user