Member Labels: A few small changes

Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
automated-signal
2026-02-27 08:45:44 -06:00
committed by GitHub
parent 442bdb7e02
commit de600d5d5c
3 changed files with 9 additions and 2 deletions

View File

@@ -61,6 +61,9 @@
);
}
}
margin-inline-start: -5px;
padding-inline-start: 5px;
font-weight: 500;
outline: none;
border-radius: 5px;

View File

@@ -40,9 +40,9 @@ export function GroupMemberLabelInfoModal(props: PropsType): JSX.Element {
/>
<img
src="images/tag_dark.svg"
className={tw('mx-auto hidden dark:inline')}
className={tw('mx-auto hidden dark:block')}
height="32"
width="110"
width="32"
alt=""
/>
</div>

View File

@@ -316,6 +316,10 @@ const PanelContainer = forwardRef<
return;
}
if (panel.type === PanelType.GroupMemberLabelEditor) {
return;
}
const focusNode = focusRef.current;
if (!focusNode) {
return;