Use col-xs- instead of col-sm- to get a slightly better dayview.

This commit is contained in:
Víðir Valberg Guðmundsson 2018-08-20 12:43:33 +02:00
parent 2ef3c45bc1
commit d605abcb40
2 changed files with 541 additions and 566 deletions

View File

@ -69,7 +69,7 @@ locationColumns eventInstances eventLocations offset minutes =
, ( "justify-content", "space-around" )
]
, classList
[ ( "col-sm-11", True )
[ ( "col-xs-11", True )
]
]
(List.map (\location -> locationColumn columnWidth eventInstances offset minutes location) eventLocations)
@ -269,7 +269,7 @@ gutter : List Date -> Html Msg
gutter hours =
div
[ classList
[ ( "col-sm-1", True )
[ ( "col-xs-1", True )
, ( "day-view-gutter", True )
]
]

File diff suppressed because it is too large Load Diff