mirror of
https://github.com/danieladov/jellyfin-plugin-skin-manager.git
synced 2026-01-18 16:37:31 +01:00
Fix rounding
This commit is contained in:
@@ -423,7 +423,7 @@
|
||||
"type": "number",
|
||||
"name": "Border Radius",
|
||||
"description": "Change the rounding",
|
||||
"css": "::root{--rounding: $;} *,*::before,*::after{border-radius: var(--rounding) !important;}",
|
||||
"css": "*,*::before,*::after{border-radius: $ !important;}",
|
||||
"default": "0"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user