From 74af9018570e6edaa9e3d11558a8d48f9c351ceb Mon Sep 17 00:00:00 2001 From: hexxa Date: Sat, 28 Aug 2021 20:58:52 +0800 Subject: [PATCH] fix(ui/browser): change position --- src/client/web/src/components/browser.tsx | 44 ++++++++++++----------- 1 file changed, 24 insertions(+), 20 deletions(-) diff --git a/src/client/web/src/components/browser.tsx b/src/client/web/src/components/browser.tsx index bc977de..0fad20c 100644 --- a/src/client/web/src/components/browser.tsx +++ b/src/client/web/src/components/browser.tsx @@ -562,7 +562,10 @@ export class Browser extends React.Component { children={List([ , + , {dirPath}, ])} />, @@ -594,26 +597,7 @@ export class Browser extends React.Component { return (
-
-
{ops}
-
-
-
- - {this.props.msg.pkg.get("browser.location")} - - {breadcrumb} -
- {this.props.browser.uploadings.size === 0 ? null : (
{
)} +
+ + + {/* {this.props.msg.pkg.get("browser.location")} */} + + {breadcrumb} +
+ +
+
{ops}
+
+