Fix centering dropzone title

This commit is contained in:
Eike Kettner 2020-11-23 21:12:33 +01:00
parent 7fee52f6f2
commit 2384af1347

View File

@ -17,7 +17,6 @@ import File.Select
import Html exposing (..) import Html exposing (..)
import Html.Attributes exposing (..) import Html.Attributes exposing (..)
import Html.Events exposing (..) import Html.Events exposing (..)
import Json.Decode as D
import Util.Html exposing (onDragEnter, onDragLeave, onDragOver, onDropFiles) import Util.Html exposing (onDragEnter, onDragLeave, onDragOver, onDropFiles)
@ -119,9 +118,7 @@ view model =
] ]
[ div [ class "ui icon header" ] [ div [ class "ui icon header" ]
[ i [ class "mouse pointer icon" ] [] [ i [ class "mouse pointer icon" ] []
, div [ class "content" ] , text "Drop files here"
[ text "Drop files here"
]
] ]
, div [ class "ui horizontal divider" ] , div [ class "ui horizontal divider" ]
[ text "Or" [ text "Or"