about summary refs log tree commit diff
path: root/src/components/Layout
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2025-03-24 22:23:27 +0200
committerGitHub <noreply@github.com>2025-03-24 22:23:27 +0200
commita48e64e72a1e5a89f3615ed82005c42b4549eb2f (patch)
tree7c431aad496ff02125debd1043b7d8364d84073b /src/components/Layout
parent412b10742006df48dbde99414453c335f62942b6 (diff)
downloadvoidsky-a48e64e72a1e5a89f3615ed82005c42b4549eb2f.tar.zst
make the sidebar smaller when offset, reduce total offset (#8052)
Diffstat (limited to 'src/components/Layout')
-rw-r--r--src/components/Layout/const.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Layout/const.ts b/src/components/Layout/const.ts
index 63bb05cb0..2b5d3a1fc 100644
--- a/src/components/Layout/const.ts
+++ b/src/components/Layout/const.ts
@@ -18,4 +18,4 @@ export const HEADER_SLOT_SIZE = 34
 /**
  * How far to shift the center column when in the tablet breakpoint
  */
-export const CENTER_COLUMN_OFFSET = -130
+export const CENTER_COLUMN_OFFSET = -105