Move moderator controls under player list

This commit is contained in:
Correl Roush 2020-05-16 17:05:07 -04:00
parent 9e1b3d2cc0
commit e789b43885

View file

@ -229,10 +229,11 @@ viewRoom model =
[ width fill ]
[ el [ width (fillPortion 3), alignTop ] <|
viewCards myVote
, el [ width (fillPortion 1), alignTop ] <|
viewPlayers (Dict.values model.room.players) model.showVotes
, column [ width (fillPortion 1), alignTop, spacing 50 ] <|
[ viewPlayers (Dict.values model.room.players) model.showVotes
, moderatorTools model
]
]
, moderatorTools model
]