UI updates #71

This commit is contained in:
proddy
2021-06-18 17:08:57 +02:00
parent 270298eb8a
commit 2056d3ff19
4 changed files with 43 additions and 41 deletions

View File

@@ -21,7 +21,7 @@ const leftOffset = () =>
const useStyles = makeStyles((theme: Theme) => ({
console: {
padding: theme.spacing(2),
padding: theme.spacing(1),
position: 'absolute',
left: (offsets: Offsets) => offsets.leftOffset(),
right: 24,
@@ -33,7 +33,7 @@ const useStyles = makeStyles((theme: Theme) => ({
entry: {
color: '#bbbbbb',
fontFamily: 'Courier New, monospace',
fontSize: '14px',
fontSize: '13px',
letterSpacing: 'normal',
whiteSpace: 'nowrap'
},