feat: fix

This commit is contained in:
Nevo David 2025-01-07 00:36:14 +07:00
parent c70378d8ae
commit 95864a8af7
1 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ const Polonto: FC<{
};
}, []);
return (
<div className="fixed left-0 top-0 bg-primary/80 z-[300] w-full min-h-full p-[60px] animate-fade">
<div className="fixed left-0 top-0 bg-primary/80 z-[300] w-full min-h-full px-[60px] animate-fade">
<div className="w-full h-full bg-sixth border-tableBorder border-2 rounded-xl pb-[20px] px-[20px] relative">
<div className="flex">
<div className="flex-1">
@ -121,7 +121,7 @@ const Polonto: FC<{
<CloseContext.Provider
value={{ close: () => closeModal(), setMedia }}
>
<PolotnoContainer style={{ width: '100%', height: '1000px' }}>
<PolotnoContainer style={{ width: '100%', height: '700px' }}>
<SidePanelWrap>
<SidePanel store={store} sections={features} />
</SidePanelWrap>