mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
better dashboard background and text adjustments
This commit is contained in:
parent
2e6067bd47
commit
11d282388a
@ -53,7 +53,7 @@ namespace MediaBrowser.Common.Extensions
|
|||||||
{
|
{
|
||||||
// http://stackoverflow.com/questions/1349023/how-can-i-strip-html-from-text-in-net
|
// http://stackoverflow.com/questions/1349023/how-can-i-strip-html-from-text-in-net
|
||||||
const string pattern = @"<(.|\n)*?>";
|
const string pattern = @"<(.|\n)*?>";
|
||||||
return Regex.Replace(htmlString, pattern, string.Empty);
|
return Regex.Replace(htmlString, pattern, string.Empty).Trim();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -144,6 +144,12 @@
|
|||||||
<Content Include="dashboard-ui\css\images\userdata\thumbs_up_on.png">
|
<Content Include="dashboard-ui\css\images\userdata\thumbs_up_on.png">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
<Content Include="dashboard-ui\css\images\userdata\unplayed.png">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
|
<Content Include="dashboard-ui\css\images\userdata\played.png">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
<Content Include="dashboard-ui\css\jplayer.css">
|
<Content Include="dashboard-ui\css\jplayer.css">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user