diff --git a/assets/style.css b/assets/style.css index 5c359a6..b88221e 100644 --- a/assets/style.css +++ b/assets/style.css @@ -300,7 +300,7 @@ input#search-video { background-color: transparent !important; } -video { +video, div[id^="vjs_video_"] { /* handles both live and VODs */ border-radius: 1rem; background-color: transparent; } diff --git a/package.json b/package.json index 38574e1..91902c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "peertube-theme-nctv-dark", - "version": "1.1.5", + "version": "1.1.6", "description": "NCTV dark theme", "engine": { "peertube": ">=4.2.0"