From 5ca4968e20cc9b1f76c88a7a73f6760071d2ea08 Mon Sep 17 00:00:00 2001 From: matty Date: Sun, 19 May 2024 19:22:23 -0400 Subject: [PATCH] slightly better styling --- assets/style.css | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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"