Fix extracted content border

This commit is contained in:
Eike Kettner
2021-02-16 23:18:40 +01:00
parent 33cfd6df6f
commit 4ef1996137
2 changed files with 10 additions and 7 deletions

View File

@ -55,7 +55,10 @@ view settings model pos attach =
case Dict.get attach.id model.attachMeta of
Just am ->
Html.map (AttachMetaMsg attach.id)
(Comp.AttachmentMeta.view2 am)
(Comp.AttachmentMeta.view2
[ class "border-r border-l dark:border-bluegray-600 px-2" ]
am
)
Nothing ->
span [ class "hidden" ] []