Skip to content

Commit

Permalink
Tank gauges now make better use of available space.
Browse files Browse the repository at this point in the history
  • Loading branch information
fwaalkens committed Feb 27, 2024
1 parent d6de59c commit ebfd6d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/Marine2/components/boxes/Tanks/Tank/Styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ export const compactStyles: BreakpointStylesType = {
tankName: "text-base",
level: "text-lg min-w-[3rem]",
icon: "w-[32px]",
iconContainer: "w-[10rem]",
progressBar: "w-[calc(100%-14rem)]",
iconContainer: "w-[14rem]",
progressBar: "w-[calc(100%-18rem)]",
percentage: "w-[4rem]",
},
"md-l": {
tankName: "text-lg",
level: "text-lg min-w-[3rem]",
icon: "w-[32px]",
iconContainer: "w-[10rem]",
progressBar: "w-[calc(100%-14rem)]",
iconContainer: "w-[12rem]",
progressBar: "w-[calc(100%-16rem)]",
percentage: "w-[4rem]",
},
}
Expand Down

0 comments on commit ebfd6d0

Please sign in to comment.