mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-17 23:34:14 +01:00
Member Labels: A few small changes
Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
@@ -61,6 +61,9 @@
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
margin-inline-start: -5px;
|
||||||
|
padding-inline-start: 5px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
outline: none;
|
outline: none;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|||||||
@@ -40,9 +40,9 @@ export function GroupMemberLabelInfoModal(props: PropsType): JSX.Element {
|
|||||||
/>
|
/>
|
||||||
<img
|
<img
|
||||||
src="images/tag_dark.svg"
|
src="images/tag_dark.svg"
|
||||||
className={tw('mx-auto hidden dark:inline')}
|
className={tw('mx-auto hidden dark:block')}
|
||||||
height="32"
|
height="32"
|
||||||
width="110"
|
width="32"
|
||||||
alt=""
|
alt=""
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -316,6 +316,10 @@ const PanelContainer = forwardRef<
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (panel.type === PanelType.GroupMemberLabelEditor) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
const focusNode = focusRef.current;
|
const focusNode = focusRef.current;
|
||||||
if (!focusNode) {
|
if (!focusNode) {
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user