File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export default function RightSidebar(props) {
2020 if (props?.type && props?.type === "fill") {
2121 return MemberList;
2222 }
23- if (props?.type && props?.type === "chat") {
23+ if (props?.type && props?.type === "chat" && props.state.thirdBarContext == "members" ) {
2424 return MemberProfile;
2525 }
2626 return thirdBarViews[props.state.thirdBarContext] || MemberList
Original file line number Diff line number Diff line change 6969 gap: .3em;
7070 align-items: center;
7171 color: var(--fg-dim);
72+ user-select: text;
7273 }
7374
7475 & .message_content {
7879
7980 & .time {
8081 opacity: .5;
82+ user-select: text;
8183 font-family: monospace;
8284 font-size: 9px;
8385 }
8486
8587 & .reply_preview {
88+ user-select: text;
8689 margin: .3em 0;
8790 font-size: small;
8891 margin-left: 53px;
You can’t perform that action at this time.
0 commit comments