Commits: 1
Fix faux browser window buttons size
index 91c211c..00e067b 100644
--- a/src/BrowserWindow.elm
+++ b/src/BrowserWindow.elm
@@ -28,9 +28,6 @@ window attributes content =
= |> Element.text
= |> Element.el
= [ color |> Font.color
- , Font.size 35
- , Element.width (Element.px 20)
- , Element.height (Element.px 35)
= , Font.center
= ]
= in