jellyfin-web/dashboard-ui/index.html
Luke Pulverenti 82bcca376f update drawer
2017-01-27 18:05:04 -05:00

29 lines
814 B
HTML

<!DOCTYPE html>
<html class="preload">
<head>
<title>Emby</title>
<style>
.transparentDocument, .backgroundContainer-transparent:not(.withBackdrop) {
background: none !important;
background-color: transparent !important;
}
.mouseIdle, .mouseIdle * {
cursor: none !important;
}
</style>
</head>
<body>
<div class="backdropContainer"></div>
<div class="backgroundContainer"></div>
<div class="mainDrawerPanel">
<div class="mainDrawer hide"><div class="mainDrawer-scrollContainer scrollContainer darkScroller"></div></div>
<div class="mainDrawerPanelContent">
<div class="skinHeader"></div>
<div class="mainAnimatedPages skinBody"></div>
</div>
</div>
</body>
</html>