Skip to content
Snippets Groups Projects
Commit 3ffa27e8 authored by Eugen's avatar Eugen Committed by GitHub
Browse files

Merge pull request #720 from 0x70b1a5/master

improve video button visibililty (issue #713)
parents 0f05643f ae439784
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,8 @@ const muteStyle = {
position: 'absolute',
top: '10px',
right: '10px',
color: 'white',
boxShadow: '1px 1px 1px #000',
opacity: '0.8',
zIndex: '5'
};
......@@ -54,6 +56,8 @@ const spoilerButtonStyle = {
position: 'absolute',
top: '6px',
left: '8px',
color: 'white',
boxShadow: '1px 1px 1px #000',
zIndex: '100'
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment