Use col-xs- instead of col-sm- to get a slightly better dayview.
This commit is contained in:
parent
2ef3c45bc1
commit
d605abcb40
|
@ -69,7 +69,7 @@ locationColumns eventInstances eventLocations offset minutes =
|
||||||
, ( "justify-content", "space-around" )
|
, ( "justify-content", "space-around" )
|
||||||
]
|
]
|
||||||
, classList
|
, classList
|
||||||
[ ( "col-sm-11", True )
|
[ ( "col-xs-11", True )
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
(List.map (\location -> locationColumn columnWidth eventInstances offset minutes location) eventLocations)
|
(List.map (\location -> locationColumn columnWidth eventInstances offset minutes location) eventLocations)
|
||||||
|
@ -269,7 +269,7 @@ gutter : List Date -> Html Msg
|
||||||
gutter hours =
|
gutter hours =
|
||||||
div
|
div
|
||||||
[ classList
|
[ classList
|
||||||
[ ( "col-sm-1", True )
|
[ ( "col-xs-1", True )
|
||||||
, ( "day-view-gutter", True )
|
, ( "day-view-gutter", True )
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue