added links to slider css

This commit is contained in:
Prayag
2020-11-30 15:33:52 +05:30
committed by GitHub
parent 0ea8e6fec5
commit b2cc79d9df

View File

@@ -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"
} }
] ]
} }