mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-07 07:58:53 -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 {
|
||||
border-bottom-left-radius: 12px !important;
|
||||
border-bottom-right-radius: 12px !important;
|
||||
padding-bottom: 5px;
|
||||
padding-top: 0px;
|
||||
}
|
||||
|
||||
/* Responsive video container */
|
||||
|
||||
@ -1595,12 +1595,7 @@ function VideoJSPlayer() {
|
||||
};
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<>
|
||||
<video ref={videoRef} className="video-js vjs-default-skin" tabIndex="0" />
|
||||
{JSON.stringify(currentVideo.related_media)}
|
||||
</>
|
||||
);
|
||||
return <video ref={videoRef} className="video-js vjs-default-skin" tabIndex="0" />;
|
||||
}
|
||||
|
||||
export default VideoJSPlayer;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user