mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-06 15:15:58 +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 -> Html Msg
|
||||||
headerNavItem model =
|
headerNavItem model =
|
||||||
a
|
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
|
, Page.href HomePage
|
||||||
]
|
]
|
||||||
[ img
|
[ img
|
||||||
[ src (model.flags.config.docspellAssetPath ++ "/img/logo-96.png")
|
[ 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 "" ]
|
, div [ class "" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user