feat: add login and logout event, clean up collection page styles (#798)
This commit is contained in:
committed by
GitHub
parent
a66068ca03
commit
80a5e11722
@ -2,3 +2,9 @@ export const VIEW_STYLE_TABLE = 'table';
|
||||
export const VIEW_STYLE_GRID = 'grid';
|
||||
|
||||
export type ViewStyle = typeof VIEW_STYLE_TABLE | typeof VIEW_STYLE_GRID;
|
||||
|
||||
export const COLLECTION_CARD_WIDTH = 240;
|
||||
export const COLLECTION_CARD_HEIGHT = 204;
|
||||
export const COLLECTION_CARD_IMAGE_HEIGHT = 140;
|
||||
export const COLLECTION_CARD_HEIGHT_WITHOUT_IMAGE = 64;
|
||||
export const COLLECTION_CARD_MARGIN = 10;
|
||||
|
Reference in New Issue
Block a user