feat: fixed receipts

This commit is contained in:
Nick 2024-12-19 02:59:18 -06:00
parent 97b9223223
commit 10e73d403d
83 changed files with 137 additions and 130 deletions

View file

@ -55,17 +55,18 @@ tooltipImage content =
, mouseOver [ transparent False ]
, htmlAttribute <| H.style "z-index" "4"
, transitionStyleSlow
, onRight <|
, below <|
el
[ htmlAttribute (H.style "pointerEvents" "none")
, moveLeft 410
, moveLeft 200
]
<|
el
[ width <| px 600
[ width <| px 400
, htmlAttribute <| H.style "z-index" "4"
, B.color colourTheme.backgroundLightGrey
, padding 15
-- , padding 15
, D.color colourTheme.textLightOrange
, D.rounded 5
, D.width 2