Member Labels: A few small changes

This commit is contained in:
Scott Nonnenberg
2026-02-27 23:49:36 +10:00
committed by GitHub
parent 4221933fe1
commit 636f37eb14
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;