mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 15:06:20 +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;
|
||||
|
||||
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 } />
|
||||
<NitroCardTabsView>
|
||||
{ TABS.map(tab =>
|
||||
|
||||
Reference in New Issue
Block a user