mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-20 07:26:19 +00:00
Merge pull request #63 from duckietm/Dev
🆙 Small fix in window size Group settings
This commit is contained in:
@@ -86,7 +86,7 @@ export const GroupManagerView: FC<{}> = props =>
|
|||||||
if(!groupData || (groupData.groupId <= 0)) return null;
|
if(!groupData || (groupData.groupId <= 0)) return null;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<NitroCardView className="nitro-group-manager w-[555px] h-[415px]">
|
<NitroCardView className="nitro-group-manager w-[560px]">
|
||||||
<NitroCardHeaderView headerText={ LocalizeText('group.window.title') } onCloseClick={ onClose } />
|
<NitroCardHeaderView headerText={ LocalizeText('group.window.title') } onCloseClick={ onClose } />
|
||||||
<NitroCardTabsView>
|
<NitroCardTabsView>
|
||||||
{ TABS.map(tab =>
|
{ TABS.map(tab =>
|
||||||
|
|||||||
Reference in New Issue
Block a user