mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-04 10:29:34 +00:00
Fix centering dropzone title
This commit is contained in:
parent
7fee52f6f2
commit
2384af1347
@ -17,7 +17,6 @@ import File.Select
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (..)
|
||||
import Html.Events exposing (..)
|
||||
import Json.Decode as D
|
||||
import Util.Html exposing (onDragEnter, onDragLeave, onDragOver, onDropFiles)
|
||||
|
||||
|
||||
@ -119,9 +118,7 @@ view model =
|
||||
]
|
||||
[ div [ class "ui icon header" ]
|
||||
[ i [ class "mouse pointer icon" ] []
|
||||
, div [ class "content" ]
|
||||
[ text "Drop files here"
|
||||
]
|
||||
, text "Drop files here"
|
||||
]
|
||||
, div [ class "ui horizontal divider" ]
|
||||
[ text "Or"
|
||||
|
Loading…
x
Reference in New Issue
Block a user