Better padding for home button

This commit is contained in:
Thomas Forgione 2020-10-21 11:05:31 +02:00
parent 2775eed077
commit e5c9bde291
1 changed files with 2 additions and 3 deletions

View File

@ -92,11 +92,10 @@ topBar =
homeButton : Element Core.Msg homeButton : Element Core.Msg
homeButton = homeButton =
Ui.link Ui.link
[ Element.padding Consts.homePadding [ Element.height Element.fill
, Element.height Element.fill
, Font.bold , Font.bold
] ]
{ label = Element.text Consts.name { label = Element.el [ Element.padding 10 ] (Element.text Consts.name)
, url = "/" , url = "/"
} }