mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2024-04-21 12:32:08 +00:00
maintain (css): css anchor for rebranding
This commit is contained in:
@@ -24,7 +24,7 @@ const HOCDropTargetForFSFile = (Cmp) => {
|
||||
class FileSystemComponent extends React.PureComponent {
|
||||
render() {
|
||||
return this.props.connectDropFile(
|
||||
<div className="component_filesystem">
|
||||
<div className={"component_filesystem" + (this.props.isSearch ? " is_search" : " is_folder")}>
|
||||
<Container>
|
||||
<NewThing
|
||||
path={this.props.path} sort={this.props.sort}
|
||||
|
||||
Reference in New Issue
Block a user