Skip to content

Commit 2c48903

Browse files
save file
1 parent 321b68c commit 2c48903

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

utils/webrtc/webrtc-file-transfer-http/webrtc-file-transfer-http.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969
menu = menumod();
7070

71-
hdr = mod['video-hdr'];
71+
hdr = mod['webrtc-hdr'];
7272
filemod = mod['file-mod'];
7373
log = mod['log-mod'];
7474

@@ -121,6 +121,9 @@
121121

122122
body
123123
{height:calc(100% - 40px);margin:20px;display:flex;flex-direction:column;gap:10px}
124+
125+
[component]
126+
{display:none}
124127

125128
input
126129
{font-size:16px;padding:5px 10px}
@@ -133,6 +136,9 @@
133136
.spc
134137
{flex:1}
135138

139+
webrtc-hdr
140+
{margin-bottom:20px}
141+
136142
#server-root
137143
{display:flex;align-items:center;gap:10px;margin-bottom:10px}
138144

@@ -199,6 +205,11 @@
199205
{width:20px;height:20px;box-sizing:border-box;
200206
content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAb1BMVEUBcu1HcEwJdekHdOoCcu0NdugVeOMQduYOduYDc+wMdecFc+sIdOkEc+sfedsGc+oKdOldi7kAcu4Ace4AcO4cge42j+8TfO7S5vr///4LeO7y+P0jhe/n8vyv0vfg7vuZxvXC3vja6/pNnO/4/P2x2eepAAAAEnRSTlP4AFiR7VAYLzjdRsJ8zQqufQLMZvMcAAABDUlEQVQoz62T2XqDIBCFicElVlvrIJtKUfP+z1gWl2mbxJuem/ngh4GBM+TileVlmiClZZF9ekA8bGpKfonernnE+Vv7ULfU4+wJdbxwuPkxBXjw8U6yGk9ogUe0IDnF1E4d2k8SUiIMQvacoeUNSckLfD3DyX9hWDE8xFqwgFHtCLuaucfCHLXj3UbJRfaLC38xtNAZNY93qSSH7e037M9jjjtJf/f1/BVrawREHmhrpwF2DN3cD8xHMwWqp3uI8VFjvQDAtA7BLUfYJVOGD4esmkRMHj4UuFT9eEiNS7h6Fe0AjNv5a9dsllh3spkJ2g5Js81Ml2r/kEOHFc+MfNIGromqmtKnTfSqBb8Bqo85bt4CVEwAAAAASUVORK5CYII=);
201207
}
208+
209+
210+
.visually-hidden
211+
{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0}
212+
202213

203214
</style>
204215

0 commit comments

Comments
 (0)