mirror of
https://github.com/danieladov/jellyfin-plugin-skin-manager.git
synced 2026-03-18 21:30:33 +01:00
added links to slider css
This commit is contained in:
@@ -211,17 +211,17 @@
|
|||||||
"type": "slider",
|
"type": "slider",
|
||||||
"step": "0.1",
|
"step": "0.1",
|
||||||
"name": "Border Radius",
|
"name": "Border Radius",
|
||||||
"description": "Change the roundness of text box and more",
|
"description": "Change the roundness of text box and more default is zero",
|
||||||
"css": "@import url('pathtocsslink'); :root{--rounding: $px;}",
|
"css": "@import url('https://prayag17.github.io/jellyfin-plugin-skin-manager/src/border-radius.css'); :root{--rounding: $px;}",
|
||||||
"default":"1"
|
"default":"0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "slider",
|
"type": "slider",
|
||||||
"step": "0.1",
|
"step": "0.1",
|
||||||
"name": "Backdrop Blur",
|
"name": "Backdrop Blur",
|
||||||
"description": "adds blur to the backdrop images",
|
"description": "adds blur to the backdrop images default is zero",
|
||||||
"css": "@import url(''); :root{--bgblur: $px}",
|
"css": "@import url('https://prayag17.github.io/jellyfin-plugin-skin-manager/src/bgBlur.css'); :root{--bgblur: blur($px)}",
|
||||||
"default": "1"
|
"default": "0"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user