Profil

Outil interne

Page Collection

Réglez la composition de l'écran, puis copiez le gabarit.

Viewport1088 px · ×1.00

Votre classeur

Ma collection

Les lieux uniques que vous possédez.

20

Lieux possédés

15

Pays

10

Catégories

104 055 AS

Valeur totale

20 lieux

Page

Espacements

Blocs

Grille

Gabarit à recopier

export const DEFAULT_COLLECTION_PAGE_LAYOUT: CollectionPageLayout = {
  page: { paddingTop: 0, paddingX: 0, maxWidth: 0 },
  spacing: {
    headerToStats: 20,
    statsToSearch: 20,
    filtersToSort: 16,
    sortToGrid: 16,
  },
  header: { visible: true, subtitleVisible: true },
  stats: { visible: true },
  search: { visible: true, maxWidth: 0 },
  filters: { visible: true },
  sortRow: { visible: true },
  grid: { columnsDesktop: 5, gapX: 16, gapY: 16, maxWidth: 0 },
  divider: {
    visible: false,
    positionMode: "absolute",
    left: 0,
    top: 96,
    width: 60,
    height: 0,
    opacity: 0.8,
  },
};

Collez-le dans lib/collectionPageLayout.ts, ou envoyez-le-moi. La production ne lit que ce fichier.