Cleanup of CSS.

This commit is contained in:
Håvar Aambø Fosstveit
2019-06-25 14:38:48 +02:00
parent da3233faf3
commit bfe6d14b1a
9 changed files with 87 additions and 101 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ import { withStyles } from '@material-ui/core/styles';
import VideoView from '../VideoContainers/VideoView';
import Volume from './Volume';
const styles = () =>
const styles = (theme) =>
({
root :
{
@@ -51,7 +51,7 @@ const styles = () =>
display : 'flex',
justifyContent : 'center',
alignItems : 'center',
padding : '0.4vmin',
padding : theme.spacing(1),
zIndex : 21,
'& p' :
{