diff --git a/src/ui/component/app/view.jsx b/src/ui/component/app/view.jsx index 0494c9534..cd7ca8a72 100644 --- a/src/ui/component/app/view.jsx +++ b/src/ui/component/app/view.jsx @@ -69,14 +69,14 @@ class App extends React.PureComponent { return (
openContextMenu(e)}>
-
- {enhancedLayout && } - -
- - -
-
+ + +
+ +
+ + + {enhancedLayout && }
); } diff --git a/src/ui/component/common/icon-custom.jsx b/src/ui/component/common/icon-custom.jsx index 723dd3182..2c103b457 100644 --- a/src/ui/component/common/icon-custom.jsx +++ b/src/ui/component/common/icon-custom.jsx @@ -118,9 +118,16 @@ export const customIcons = { ), // The LBRY icon is different from the base icon set so don't use buildIcon() [ICONS.LBRY]: props => ( - - - + + + ), }; diff --git a/src/ui/component/header/view.jsx b/src/ui/component/header/view.jsx index 108ebf7ac..26abec12f 100644 --- a/src/ui/component/header/view.jsx +++ b/src/ui/component/header/view.jsx @@ -37,9 +37,14 @@ const Header = (props: Props) => { return (
+
{/* @endif */} - {/* @if TARGET='web' */} -