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
@@ -6,7 +6,7 @@ import FullScreen from '../FullScreen';
import FullScreenIcon from '@material-ui/icons/Fullscreen';
import FullScreenExitIcon from '@material-ui/icons/FullscreenExit';
const styles = () =>
const styles = (theme) =>
({
root :
{
@@ -27,7 +27,7 @@ const styles = () =>
flexDirection : 'row',
justifyContent : 'flex-start',
alignItems : 'center',
padding : '0.4vmin'
padding : theme.spacing(1)
},
button :
{