Skip to content

Commit

Permalink
hide the controls bar when printing
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Feb 24, 2022
1 parent b68b76c commit d09bc31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Main.elm
Expand Up @@ -310,6 +310,8 @@ controlsBar =
[ Css.backgroundColor (Css.hex "37474F")
, Css.color (Css.hex "ECEFF1")
]
, Media.withMedia [ Media.only Media.print [] ]
[ Css.display Css.none ]
]
]

Expand Down

0 comments on commit d09bc31

Please sign in to comment.