Skip to content
Snippets Groups Projects
Commit e2d57262 authored by Anthony's avatar Anthony
Browse files

Improve searching, changing mirador comportent

parent 1d341661
No related branches found
No related tags found
1 merge request!15Add research field and undo research manifest in annotation content
Pipeline #1384 failed
......@@ -92,7 +92,7 @@ export class CanvasAnnotations extends Component {
return (
<>
<div className={classes.form}>
<div className={classes.headerAnnotationPanel}>
<TextField
label={t('searchPlaceholderAnnotation')}
onChange={this.handleAnnotationSearch}
......
......@@ -75,19 +75,26 @@ const styles = theme => ({
},
footerAnnotationPanel: {
background: theme.palette.background.paper,
borderTop: `.5px solid ${theme.palette.section_divider}`,
bottom: 0,
paddingBottom: theme.spacing(1),
paddingLeft: theme.spacing(2),
paddingRight: theme.spacing(1),
paddingTop: theme.spacing(2),
position: 'sticky',
},
form: {
grow: {
flexGrow: 1,
},
headerAnnotationPanel: {
background: theme.palette.background.paper,
padding: theme.spacing(0, 1, 0, 1),
borderBottom: `.5px solid ${theme.palette.section_divider}`,
marginBottom: theme.spacing(1),
padding: theme.spacing(0, 1, 1, 1),
position: 'sticky',
top: 0,
zIndex: 10,
},
grow: {
flexGrow: 1,
},
hovered: {},
manifestLabel: {
fontSize: '10px',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment