mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
make model project portable
This commit is contained in:
parent
5d73cc65f5
commit
621d660be1
2 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ h1, h1 a {
|
|||
}
|
||||
|
||||
.cardImageContainer {
|
||||
border-radius: 8px;
|
||||
border-radius: 7px;
|
||||
}
|
||||
|
||||
.noSecondaryNavPage .itemBackdrop {
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
<packages>
|
||||
<package id="CommonIO" version="1.0.0.9" targetFramework="net45" />
|
||||
<package id="Patterns.Logging" version="1.0.0.2" targetFramework="net45" />
|
||||
<package id="WebMarkupMin.Core" version="2.1.0" targetFramework="net45" />
|
||||
<package id="WebMarkupMin.Core" version="2.1.0" targetFramework="net45" requireReinstallation="true" />
|
||||
</packages>
|
Loading…
Add table
Add a link
Reference in a new issue