Files
freeCodeCamp/config/misc.ts
Manabu Matsumoto 4d7c3f6c60 fix(UI): anchor the tool panel buttons at the bottom (#48586)
* fix: anchor the tool panel buttons at the bottom

---------

Co-authored-by: ahmad abdolsaheb <ahmad.abdolsaheb@gmail.com>
Co-authored-by: Sboonny <muhammed@freecodecamp.org>
2023-04-19 10:33:51 +00:00

6 lines
237 B
TypeScript

export const defaultUserImage = 'https://freecodecamp.com/sample-image.png';
export const MAX_MOBILE_WIDTH = 767;
export const TOOL_PANEL_HEIGHT = 37;
export const SEARCH_EXPOSED_WIDTH = 980;
export const DONATE_NAV_EXPOSED_WIDTH = 600;