feat(constants): update header size

This commit is contained in:
Aminejv 2021-09-24 18:15:12 +01:00
parent c0d396282b
commit 5c4d723296

View File

@ -7,7 +7,8 @@ export const sizes = {
mobile: 768,
navigation: 288,
sidebar: 416,
header: 56,
// NOTE(amine): header's height + filter navbar's height
header: 52 + 40,
tablet: 960,
desktop: 1024,
topOffset: 0, //NOTE(martina): Pushes UI down. 16 when there is a persistent announcement banner, 0 otherwise