mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
disable now playing bar animation for now
This commit is contained in:
parent
d27cd521b5
commit
600b32d57a
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user