about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-02-23 10:25:24 -0600
committerPaul Frazee <pfrazee@gmail.com>2023-02-23 10:25:24 -0600
commit86652c071ada3160baf9b07adeb6ac352be63986 (patch)
treed5dc3bd52774e03ed9b52d9d2ba1e77d2f3241d0 /src
parent5f921800580b69a52b23d211b19c72d5d7ee0ef7 (diff)
downloadvoidsky-86652c071ada3160baf9b07adeb6ac352be63986.tar.zst
Missed in last commit
Diffstat (limited to 'src')
-rw-r--r--src/view/shell/web/DesktopRightColumn.tsx2
-rw-r--r--src/view/shell/web/index.tsx2
2 files changed, 1 insertions, 3 deletions
diff --git a/src/view/shell/web/DesktopRightColumn.tsx b/src/view/shell/web/DesktopRightColumn.tsx
index 2f70a43d2..6a59f4e85 100644
--- a/src/view/shell/web/DesktopRightColumn.tsx
+++ b/src/view/shell/web/DesktopRightColumn.tsx
@@ -19,7 +19,7 @@ const styles = StyleSheet.create({
   container: {
     position: 'absolute',
     right: 0,
-    top: 90,
+    top: 60,
     width: '400px',
     paddingHorizontal: 16,
     paddingRight: 32,
diff --git a/src/view/shell/web/index.tsx b/src/view/shell/web/index.tsx
index 4a4bde817..5258257f7 100644
--- a/src/view/shell/web/index.tsx
+++ b/src/view/shell/web/index.tsx
@@ -6,7 +6,6 @@ import {useStores} from 'state/index'
 import {NavigationModel} from 'state/models/navigation'
 import {match, MatchResult} from '../../routes'
 import {DesktopHeader} from './DesktopHeader'
-import {DesktopLeftColumn} from './DesktopLeftColumn'
 import {DesktopRightColumn} from './DesktopRightColumn'
 import {Onboard} from '../../screens/Onboard'
 import {Login} from '../../screens/Login'
@@ -14,7 +13,6 @@ import {ErrorBoundary} from '../../com/util/ErrorBoundary'
 import {Lightbox} from '../../com/lightbox/Lightbox'
 import {Modal} from '../../com/modals/Modal'
 import {Composer} from './Composer'
-import {usePalette} from 'lib/hooks/usePalette'
 import {useColorSchemeStyle} from 'lib/hooks/useColorSchemeStyle'
 import {s, colors} from 'lib/styles'