mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-04 18:39:33 +00:00
Fix formatting icon in top nav bar
This commit is contained in:
parent
1dcc3941ed
commit
31cb8284a5
@ -84,12 +84,12 @@ topNavAnon model =
|
||||
headerNavItem : Model -> Html Msg
|
||||
headerNavItem model =
|
||||
a
|
||||
[ class "font-bold hover:bg-blue-200 dark:hover:bg-bluegray-800 w-40 inline-flex items-center px-4"
|
||||
[ class "inline-flex font-bold hover:bg-blue-200 dark:hover:bg-bluegray-800 items-center px-4"
|
||||
, Page.href HomePage
|
||||
]
|
||||
[ img
|
||||
[ src (model.flags.config.docspellAssetPath ++ "/img/logo-96.png")
|
||||
, class "h-full inline-block py-2 pr-2"
|
||||
, class "w-9 h-9 mr-2 block"
|
||||
]
|
||||
[]
|
||||
, div [ class "" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user