mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix admin page ui
This commit is contained in:
parent
2cdc1bcfef
commit
732e3eb956
2 changed files with 11 additions and 12 deletions
|
@ -160,7 +160,11 @@ const ConnectionRequired: FunctionComponent<ConnectionRequiredProps> = ({
|
|||
return null;
|
||||
}
|
||||
|
||||
return <Outlet />;
|
||||
return (
|
||||
<div className='skinBody'>
|
||||
<Outlet />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default ConnectionRequired;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue