Add bottom border to metadata view

This commit is contained in:
Eike Kettner 2021-02-19 11:17:35 +01:00
parent d819878974
commit 211499a7e6

View File

@ -56,7 +56,7 @@ view settings model pos attach =
Just am ->
Html.map (AttachMetaMsg attach.id)
(Comp.AttachmentMeta.view2
[ class "border-r border-l dark:border-bluegray-600 px-2" ]
[ class "border-r border-l border-b dark:border-bluegray-600 px-2" ]
am
)