mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-06 07:05:59 +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 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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user