File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,12 +5,11 @@ import { cn } from "@/lib/utils";
55export const SUMMARY_CARD_MIN_HEIGHT = 148 ;
66
77// Dashboard lists lay cards out two per row on mobile, so below `sm` they shed
8- // height, padding and a step of font size. The `sm` min-height must stay in
9- // sync with SUMMARY_CARD_MIN_HEIGHT.
8+ // padding and a step of font size.
109export const SUMMARY_CARD_GRID_CLASSNAME =
1110 "grid grid-cols-2 gap-2.5 sm:gap-4 lg:grid-cols-3" ;
1211export const SUMMARY_CARD_COMPACT_CLASSNAME =
13- "min-h-[96px] px-3 py-2.5 sm:min-h-[148px] sm: px-3.5 sm:py-3" ;
12+ "px-3 py-2.5 sm:px-3.5 sm:py-3 lg:min-h-[120px] " ;
1413export const SUMMARY_CARD_COMPACT_TITLE_CLASSNAME =
1514 "text-[13px] sm:text-[15px]" ;
1615export const SUMMARY_CARD_COMPACT_TEXT_CLASSNAME = "text-[11px] sm:text-xs" ;
You can’t perform that action at this time.
0 commit comments