mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-09 17:28:48 +01:00
disable now playing bar animation for now
This commit is contained in:
@@ -471,11 +471,9 @@ namespace MediaBrowser.WebDashboard.Api
|
|||||||
var files = new[]
|
var files = new[]
|
||||||
{
|
{
|
||||||
"thirdparty/jquerymobile-1.4.5/jquery.mobile.custom.theme.css",
|
"thirdparty/jquerymobile-1.4.5/jquery.mobile.custom.theme.css",
|
||||||
"thirdparty/jquerymobile-1.4.5/jquery.mobile.custom.structure.css",
|
|
||||||
"css/site.css",
|
"css/site.css",
|
||||||
"css/librarymenu.css",
|
"css/librarymenu.css",
|
||||||
"css/librarybrowser.css",
|
"css/librarybrowser.css",
|
||||||
"css/card.css",
|
|
||||||
"thirdparty/paper-button-style.css"
|
"thirdparty/paper-button-style.css"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -419,9 +419,6 @@
|
|||||||
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.5\jquery.mobile.custom.js">
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.5\jquery.mobile.custom.js">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.5\jquery.mobile.custom.structure.css">
|
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
||||||
</Content>
|
|
||||||
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.5\jquery.mobile.custom.theme.css">
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.5\jquery.mobile.custom.theme.css">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
|||||||
Reference in New Issue
Block a user