mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
removed base kernel and ikernel
This commit is contained in:
parent
430e293a14
commit
e0e2e0d971
2 changed files with 4 additions and 4 deletions
|
@ -82,7 +82,7 @@ pre, textarea.pre {
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.libraryPage, .libraryPage .ui-content {
|
.libraryPage, .itemListContent {
|
||||||
background: #262626!important;
|
background: #262626!important;
|
||||||
background-attachment: fixed!important;
|
background-attachment: fixed!important;
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,10 +5,10 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="itemListPage" data-role="page" class="page libraryPage" data-theme="a">
|
<div id="itemListPage" data-role="page" class="page libraryPage" data-theme="a">
|
||||||
<div data-role="content">
|
<div data-role="content" class="itemListContent">
|
||||||
<!-- <div style="text-align: right;">
|
<div style="text-align: right;">
|
||||||
<button type="button" onclick="$( '#optionsPanel', $.mobile.activePage ).panel( 'open' );" data-mini="true" data-inline="true">Options</button>
|
<button type="button" onclick="$( '#optionsPanel', $.mobile.activePage ).panel( 'open' );" data-mini="true" data-inline="true">Options</button>
|
||||||
</div>-->
|
</div>
|
||||||
<h1 id="itemName" class="listHeader"></h1>
|
<h1 id="itemName" class="listHeader"></h1>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue