diff --git a/src/routes/chat/ChannelChat/index.tsx b/src/routes/chat/ChannelChat/index.tsx index dccd6fc4..bb173fe4 100644 --- a/src/routes/chat/ChannelChat/index.tsx +++ b/src/routes/chat/ChannelChat/index.tsx @@ -69,7 +69,7 @@ function ChannelChat({ cid = 0, dropFiles = [] }: Props) { const memberIds = is_public ? userIds : members.slice(0).sort((n) => (n == owner ? -1 : 0)); const addVisible = loginUser?.is_admin || owner == loginUser?.uid; const pinCount = data?.pinned_messages?.length || 0; - const toolClass = `relative cursor-pointer`; + const toolClass = `relative cursor-pointer hidden md:block`; return = ({ - {aside && } + {aside &&
+ {aside} +
} {users &&
{users}
} - {voice &&
{voice}
} + {voice &&
{voice}
} {!readonly && inputMode == "text" && isActive && ( )} - + ); }; diff --git a/src/routes/chat/RTCWidget.tsx b/src/routes/chat/RTCWidget.tsx index a7a71116..36904d7c 100644 --- a/src/routes/chat/RTCWidget.tsx +++ b/src/routes/chat/RTCWidget.tsx @@ -50,7 +50,7 @@ const RTCWidget = ({ id, context = "channel" }: Props) => { -
+