diff --git a/src/manifest.json b/src/manifest.json index b0129d3..26e6dee 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,9 +1,4 @@ { - "applications": { - "gecko": { - "id": "noob@ainoob.com" - } - }, "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", diff --git a/src/searchResult/header/brief.tsx b/src/searchResult/header/brief.tsx index 3a1e431..21f6927 100644 --- a/src/searchResult/header/brief.tsx +++ b/src/searchResult/header/brief.tsx @@ -1,5 +1,5 @@ import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; -import { Card, Tooltip } from 'antd'; +import { Affix, Card, Tooltip } from 'antd'; import { inject, observer } from 'mobx-react'; import * as React from 'react'; import styled from 'styled-components'; @@ -53,19 +53,21 @@ export class Brief extends React.Component { actions.push(this.getUploadSearchActionItem()); } return ( - - - } - actions={actions} - /> - + + + + } + actions={actions} + /> + + ); }