slightly better styling

This commit is contained in:
matty 2024-05-19 19:22:23 -04:00
parent 1834e67082
commit 5ca4968e20
2 changed files with 3 additions and 2 deletions

View File

@ -297,7 +297,8 @@ input#search-video {
/* Video player styling */ /* Video player styling */
#video-wrapper { #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*/ video, div[id^="vjs_video_"], .vjs-control-bar { /* handles both live and VODs as well as control bar on player*/

View File

@ -1,6 +1,6 @@
{ {
"name": "peertube-theme-nctv-dark", "name": "peertube-theme-nctv-dark",
"version": "1.1.6", "version": "1.1.7",
"description": "NCTV dark theme", "description": "NCTV dark theme",
"engine": { "engine": {
"peertube": ">=4.2.0" "peertube": ">=4.2.0"