This website works better with JavaScript.
Home
Explore
Help
Sign In
roderic
/
pico.chat
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix display
master
Roderic Day
5 years ago
parent
8177e4fc28
commit
6887e0e30c
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
pico.js
+ 1
- 1
pico.js
View File
@@ -334,7 +334,7 @@ const Media = {
),
m('label',
m('input#mute-check', {onchange: setSelectedMedia, type: 'checkbox'}),
m('mute'),
m('
span', '
mute'),
),
),
m('.videos', {className: VideoOptions.anyFullScreen()},
Write
Preview
Loading…
Cancel
Save