mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #4036 from thornbill/move-skin-class
This commit is contained in:
commit
af7ab7aeff
2 changed files with 2 additions and 6 deletions
|
@ -162,11 +162,7 @@ const ConnectionRequired: FunctionComponent<ConnectionRequiredProps> = ({
|
|||
return null;
|
||||
}
|
||||
|
||||
return (
|
||||
<div className='skinBody'>
|
||||
<Outlet />
|
||||
</div>
|
||||
);
|
||||
return <Outlet />;
|
||||
};
|
||||
|
||||
export default ConnectionRequired;
|
||||
|
|
|
@ -173,7 +173,7 @@
|
|||
<div class="mainAnimatedPages skinBody">
|
||||
<div class="splashLogo"></div>
|
||||
</div>
|
||||
<div id="reactRoot"></div>
|
||||
<div id="reactRoot" class="skinBody"></div>
|
||||
<div class="mainDrawerHandle"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue