mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-04-01 00:19:45 +02:00
small fix
This commit is contained in:
parent
19dc44c968
commit
d10cb2b34a
@ -26,14 +26,15 @@ const defaultLayout: MosaicNode<string> = {
|
||||
first: {
|
||||
direction: "column",
|
||||
first: "video",
|
||||
second: {
|
||||
direction: "row",
|
||||
first: "users",
|
||||
second: "zaps",
|
||||
},
|
||||
second: "users",
|
||||
splitPercentage: 40,
|
||||
},
|
||||
second: "chat",
|
||||
splitPercentage: 60,
|
||||
second: {
|
||||
direction: "row",
|
||||
first: "zaps",
|
||||
second: "chat",
|
||||
},
|
||||
splitPercentage: 33,
|
||||
};
|
||||
|
||||
function StreamModerationDashboard({ stream }: { stream: ParsedStream }) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user