fix: revert to old css
This commit is contained in:
@@ -160,7 +160,7 @@ export const InterpretationButtons = ({ enableStepping }: InterpretationButtonsP
|
|||||||
top: '50%',
|
top: '50%',
|
||||||
left: '50%',
|
left: '50%',
|
||||||
transform: 'translate(-50%, -50%)',
|
transform: 'translate(-50%, -50%)',
|
||||||
width: 300,
|
width: 500,
|
||||||
background: 'white',
|
background: 'white',
|
||||||
border: '2px solid #000',
|
border: '2px solid #000',
|
||||||
boxShadow: '24',
|
boxShadow: '24',
|
||||||
|
|||||||
@@ -114,7 +114,7 @@ export const InterpretationLog: React.FC<InterpretationLogProps> = ({ isOpen, se
|
|||||||
background: '#3f4853',
|
background: '#3f4853',
|
||||||
border: 'none',
|
border: 'none',
|
||||||
padding: '10px 20px',
|
padding: '10px 20px',
|
||||||
width: 900,
|
width: 1280,
|
||||||
textAlign: 'left'
|
textAlign: 'left'
|
||||||
}}>
|
}}>
|
||||||
Interpretation Log
|
Interpretation Log
|
||||||
@@ -129,7 +129,7 @@ export const InterpretationLog: React.FC<InterpretationLogProps> = ({ isOpen, se
|
|||||||
background: 'white',
|
background: 'white',
|
||||||
color: 'black',
|
color: 'black',
|
||||||
padding: '10px',
|
padding: '10px',
|
||||||
height: 300,
|
height: 720,
|
||||||
width: width - 10,
|
width: width - 10,
|
||||||
display: 'flex'
|
display: 'flex'
|
||||||
}
|
}
|
||||||
@@ -173,7 +173,7 @@ export const InterpretationLog: React.FC<InterpretationLogProps> = ({ isOpen, se
|
|||||||
<FormLabel>
|
<FormLabel>
|
||||||
<h4>What is the maximum number of rows you want to extract?</h4>
|
<h4>What is the maximum number of rows you want to extract?</h4>
|
||||||
</FormLabel>
|
</FormLabel>
|
||||||
<RadioGroup row value={selectedOption} onChange={handleRadioChange} sx={{ width: '300px' }}>
|
<RadioGroup row value={selectedOption} onChange={handleRadioChange} sx={{ width: '500px' }}>
|
||||||
<FormControlLabel value="10" control={<Radio />} label="10" />
|
<FormControlLabel value="10" control={<Radio />} label="10" />
|
||||||
<FormControlLabel value="100" control={<Radio />} label="100" />
|
<FormControlLabel value="100" control={<Radio />} label="100" />
|
||||||
<FormControlLabel value="custom" control={<Radio />} label="Custom" />
|
<FormControlLabel value="custom" control={<Radio />} label="Custom" />
|
||||||
|
|||||||
@@ -94,7 +94,7 @@ export const NavBar: React.FC<NavBarProps> = ({ newRecording, recordingName, isR
|
|||||||
color: 'white',
|
color: 'white',
|
||||||
marginRight: '10px',
|
marginRight: '10px',
|
||||||
fontFamily: '"Roboto","Helvetica","Arial",sans-serif',
|
fontFamily: '"Roboto","Helvetica","Arial",sans-serif',
|
||||||
fontWeight: '300',
|
fontWeight: '500',
|
||||||
fontSize: '0.875rem',
|
fontSize: '0.875rem',
|
||||||
lineHeight: '1.75',
|
lineHeight: '1.75',
|
||||||
letterSpacing: '0.02857em',
|
letterSpacing: '0.02857em',
|
||||||
@@ -112,7 +112,7 @@ export const NavBar: React.FC<NavBarProps> = ({ newRecording, recordingName, isR
|
|||||||
color: 'white',
|
color: 'white',
|
||||||
marginRight: '10px',
|
marginRight: '10px',
|
||||||
fontFamily: '"Roboto","Helvetica","Arial",sans-serif',
|
fontFamily: '"Roboto","Helvetica","Arial",sans-serif',
|
||||||
fontWeight: '300',
|
fontWeight: '500',
|
||||||
fontSize: '0.875rem',
|
fontSize: '0.875rem',
|
||||||
lineHeight: '1.75',
|
lineHeight: '1.75',
|
||||||
letterSpacing: '0.02857em',
|
letterSpacing: '0.02857em',
|
||||||
@@ -129,7 +129,7 @@ export const NavBar: React.FC<NavBarProps> = ({ newRecording, recordingName, isR
|
|||||||
color: 'white',
|
color: 'white',
|
||||||
marginRight: '10px',
|
marginRight: '10px',
|
||||||
fontFamily: '"Roboto","Helvetica","Arial",sans-serif',
|
fontFamily: '"Roboto","Helvetica","Arial",sans-serif',
|
||||||
fontWeight: '300',
|
fontWeight: '500',
|
||||||
fontSize: '0.875rem',
|
fontSize: '0.875rem',
|
||||||
lineHeight: '1.75',
|
lineHeight: '1.75',
|
||||||
letterSpacing: '0.02857em',
|
letterSpacing: '0.02857em',
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ export const SaveRecording = ({ fileName }: SaveRecordingProps) => {
|
|||||||
marginRight: '10px',
|
marginRight: '10px',
|
||||||
borderRadius: '5px',
|
borderRadius: '5px',
|
||||||
fontFamily: '"Roboto","Helvetica","Arial",sans-serif',
|
fontFamily: '"Roboto","Helvetica","Arial",sans-serif',
|
||||||
fontWeight: '300',
|
fontWeight: '500',
|
||||||
fontSize: '0.875rem',
|
fontSize: '0.875rem',
|
||||||
lineHeight: '1.75',
|
lineHeight: '1.75',
|
||||||
letterSpacing: '0.02857em',
|
letterSpacing: '0.02857em',
|
||||||
|
|||||||
Reference in New Issue
Block a user