diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-03-24 22:23:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-24 22:23:27 +0200 |
commit | a48e64e72a1e5a89f3615ed82005c42b4549eb2f (patch) | |
tree | 7c431aad496ff02125debd1043b7d8364d84073b /src/components | |
parent | 412b10742006df48dbde99414453c335f62942b6 (diff) | |
download | voidsky-a48e64e72a1e5a89f3615ed82005c42b4549eb2f.tar.zst |
make the sidebar smaller when offset, reduce total offset (#8052)
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/Layout/const.ts | 2 |
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 |