diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-02-24 10:10:21 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-02-24 10:10:21 -0600 |
commit | fa115c1cba0a4d0ab453961ee02fd9702c2517be (patch) | |
tree | 46375646e611d207a6b64bab303912e853360123 /src/lib/constants.ts | |
parent | 3e197286188f2d5220afc23d010542af25457883 (diff) | |
download | voidsky-fa115c1cba0a4d0ab453961ee02fd9702c2517be.tar.zst |
Fix region sizing on web
Diffstat (limited to 'src/lib/constants.ts')
-rw-r--r-- | src/lib/constants.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/constants.ts b/src/lib/constants.ts index 72cba0b63..062fc1aa8 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -67,3 +67,5 @@ export const DEV_SUGGESTED_FOLLOWS = ['alice', 'bob', 'carla'].map( export const POST_IMG_MAX_WIDTH = 2000 export const POST_IMG_MAX_HEIGHT = 2000 export const POST_IMG_MAX_SIZE = 1000000 + +export const DESKTOP_HEADER_HEIGHT = 57 |