diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-08-25 19:23:08 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-25 19:23:08 +0300 |
commit | 54f7af12ca963f4ec3f6a2899257f5f48eb30443 (patch) | |
tree | a3436f503a0a719e835bf2d5e716b571552f6fa7 /src/components/Layout | |
parent | ecb77a9b96500dac72b1b36f92e42bd899699445 (diff) | |
download | voidsky-54f7af12ca963f4ec3f6a2899257f5f48eb30443.tar.zst |
Update DM header to match new Layout style (#8846)
Diffstat (limited to 'src/components/Layout')
-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 2b5d3a1fc..2721bed21 100644 --- a/src/components/Layout/const.ts +++ b/src/components/Layout/const.ts @@ -13,7 +13,7 @@ export const BUTTON_VISUAL_ALIGNMENT_OFFSET = 3 /** * Corresponds to the width of a small square or round button */ -export const HEADER_SLOT_SIZE = 34 +export const HEADER_SLOT_SIZE = 33 /** * How far to shift the center column when in the tablet breakpoint |