diff --git a/assets/style.css b/assets/style.css index 40d79bc..a6596d0 100644 --- a/assets/style.css +++ b/assets/style.css @@ -297,7 +297,8 @@ input#search-video { /* Video player styling */ #video-wrapper { - background-color: transparent !important; + background-color: transparent; + margin-top: 0.25rem; } video, div[id^="vjs_video_"], .vjs-control-bar { /* handles both live and VODs as well as control bar on player*/ diff --git a/package.json b/package.json index 91902c0..b5011ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "peertube-theme-nctv-dark", - "version": "1.1.6", + "version": "1.1.7", "description": "NCTV dark theme", "engine": { "peertube": ">=4.2.0"