mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
admin(ui): make database and mount edit pages more responsive
This commit is contained in:
@@ -200,7 +200,7 @@ const AdminRouter = ({ location, match }: RouteComponentProps) => {
|
||||
</div>
|
||||
|
||||
<Container collapsed={collapsed}>
|
||||
<div css={tw`md:min-h-screen w-full flex flex-col px-6 md:px-16 py-12`} style={{ maxWidth: '86rem' }}>
|
||||
<div css={tw`md:min-h-screen w-full flex flex-col px-6 md:px-16 py-6 md:py-12`} style={{ maxWidth: '86rem' }}>
|
||||
{/* <TransitionRouter> */}
|
||||
<Switch location={location}>
|
||||
<Route path={`${match.path}`} component={OverviewContainer} exact/>
|
||||
|
||||
Reference in New Issue
Block a user