mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-07 16:08:54 -05:00
chore: fix margins between tool icons
This commit is contained in:
parent
449baeabd1
commit
20e6a38fc8
@ -25,6 +25,8 @@
|
|||||||
.video-js .vjs-control-bar {
|
.video-js .vjs-control-bar {
|
||||||
border-bottom-left-radius: 12px !important;
|
border-bottom-left-radius: 12px !important;
|
||||||
border-bottom-right-radius: 12px !important;
|
border-bottom-right-radius: 12px !important;
|
||||||
|
padding-bottom: 5px;
|
||||||
|
padding-top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Responsive video container */
|
/* Responsive video container */
|
||||||
|
|||||||
@ -1595,12 +1595,7 @@ function VideoJSPlayer() {
|
|||||||
};
|
};
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
return (
|
return <video ref={videoRef} className="video-js vjs-default-skin" tabIndex="0" />;
|
||||||
<>
|
|
||||||
<video ref={videoRef} className="video-js vjs-default-skin" tabIndex="0" />
|
|
||||||
{JSON.stringify(currentVideo.related_media)}
|
|
||||||
</>
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export default VideoJSPlayer;
|
export default VideoJSPlayer;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user