mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-10-06 22:32:41 +07:00
Remove commented divs and unify body styling in VideoJS HTML
Cleaned up index-embed.html and index.html by removing commented-out div elements and applying consistent body padding and margin styles. This improves code readability and ensures a uniform layout.
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
<title>VideoJS</title>
|
||||
</head>
|
||||
<body style="padding: 0; margin: 0">
|
||||
<!-- <div id="video-js-root-main"></div> -->
|
||||
<div id="page-embed">
|
||||
<div id="video-js-root-embed" class="video-js-root-embed"></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user