Fix #18: Fix broken column layout.

This commit is contained in:
Nicolas Perriault 2017-04-21 13:04:28 +02:00
parent fd8eaf5cea
commit 126f3318ee
No known key found for this signature in database
GPG Key ID: DA5E4C83904F7A2A

View File

@ -74,7 +74,7 @@ statusView { account, content, reblog } =
timelineView : List Mastodon.Status -> String -> String -> Html Msg
timelineView statuses label iconName =
div [ class "col-sm-3" ]
div [ class "col-md-3" ]
[ div [ class "panel panel-default" ]
[ div [ class "panel-heading" ]
[ icon iconName