mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-26 04:19:49 +03:00
feat(constants): update header size
This commit is contained in:
parent
c0d396282b
commit
5c4d723296
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user