mirror of
https://github.com/danieladov/jellyfin-plugin-skin-manager.git
synced 2026-01-18 16:37:31 +01:00
Update few things
This commit is contained in:
@@ -1869,7 +1869,7 @@ See http://bgrins.github.io/spectrum/themes/ for instructions.
|
|||||||
background: #b23232 !important;
|
background: #b23232 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
<style>.sp-cancel {
|
.sp-cancel {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: white;
|
color: white;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|||||||
@@ -1,8 +1,10 @@
|
|||||||
@ECHO OFF
|
@ECHO OFF
|
||||||
@echo This will not work if you have installed jellyfin to a custom location
|
@echo This will not work if you have installed jellyfin to a custom location
|
||||||
set /p ask = Enter 'X' to continue or 'C' to cancel:
|
set /p ask = Enter 'X' to continue or 'C' to cancel:
|
||||||
if "%ask%" neq "x" (
|
if "%ask%" neq "x" goto:eof
|
||||||
|
|
||||||
@echo starting install...
|
@echo starting install...
|
||||||
|
|
||||||
dotnet publish --configuration Release --output bin
|
dotnet publish --configuration Release --output bin
|
||||||
move bin\Jellyfin.Plugin.SkinManager.dll C:\ProgramData\Jellyfin\Server\plugins\SkinManager
|
|
||||||
)
|
move bin\Jellyfin.Plugin.SkinManager.dll C:\ProgramData\Jellyfin\Server\plugins\SkinManager
|
||||||
@@ -310,7 +310,7 @@
|
|||||||
"type": "selector",
|
"type": "selector",
|
||||||
"name": "Poster card hover effect",
|
"name": "Poster card hover effect",
|
||||||
"description": "Changes the hover effect on Movie/TV show/Music poster card.",
|
"description": "Changes the hover effect on Movie/TV show/Music poster card.",
|
||||||
"css": "",
|
"css": "/*poster-eff*/",
|
||||||
"selections": [{
|
"selections": [{
|
||||||
"name": "Scale in and out",
|
"name": "Scale in and out",
|
||||||
"css": "/*Dynamic Poster effect-option1*/.cardBox-bottompadded{margin-bottom; 1em !important;}.itemsContainer>.card>.cardBox {margin: 1em;background: rgba(0,0,0,0.5);transition: transform .2s;}.card:hover .cardBox{transform: scale(1.1);}"
|
"css": "/*Dynamic Poster effect-option1*/.cardBox-bottompadded{margin-bottom; 1em !important;}.itemsContainer>.card>.cardBox {margin: 1em;background: rgba(0,0,0,0.5);transition: transform .2s;}.card:hover .cardBox{transform: scale(1.1);}"
|
||||||
|
|||||||
Reference in New Issue
Block a user