mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 10:58:26 +00:00
Fix mobile support
Next to the missing css classs, the viewport definition was missing in the html.
This commit is contained in:
@ -17,7 +17,7 @@ import Util.Size
|
||||
view : Flags -> Model -> Html Msg
|
||||
view flags model =
|
||||
div [ class "collectivesetting-page ui padded grid" ]
|
||||
[ div [ class "four wide column" ]
|
||||
[ div [ class "sixteen wide mobile four wide tablet four wide computer column" ]
|
||||
[ h4 [ class "ui top attached ablue-comp header" ]
|
||||
[ text "Collective"
|
||||
]
|
||||
@ -54,7 +54,7 @@ view flags model =
|
||||
]
|
||||
]
|
||||
]
|
||||
, div [ class "twelve wide column" ]
|
||||
, div [ class "sixteen wide mobile twelve wide tablet twelve wide computer column" ]
|
||||
[ div [ class "" ]
|
||||
(case model.currentTab of
|
||||
Just SourceTab ->
|
||||
|
Reference in New Issue
Block a user