Skip to content

Commit 1ec68ec

Browse files
save file
1 parent 7bead2b commit 1ec68ec

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

utils/video/video-player/video-player.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,14 @@
139139

140140
body
141141
{display: flex; flex-direction: column; height: calc(100% - 30px); margin: 15px; font-family: arial;}
142+
143+
144+
[component]
145+
{display:none}
146+
147+
.icon
148+
{border:1px solid gray;border-radius:3px;box-sizing:border-box;width:30px;height:30px;cursor:pointer}
149+
142150

143151
#upper
144152
{margin-top: 10px; display: flex; justify-content: space-between; gap: 10px; align-items: center;}
@@ -207,7 +215,7 @@
207215
<body>
208216

209217
<video-hdr component=grp>
210-
<img class=title src='images/video-player.png' style='top:10px;height:80px' alt='video player'>
218+
<img class=title src='images/video-player.png' style='top:5px;height:60px' alt='video player'>
211219
<h1 slot=seo-hdr class=visually-hidden>video player</h1>
212220
<time slot=date datetime=2025-11-28>28 Nov 2025</time>
213221
</video-hdr>

0 commit comments

Comments
 (0)