diff options
author | Joffrey Bion <joffrey.bion@gmail.com> | 2021-02-24 00:59:34 +0100 |
---|---|---|
committer | Joffrey Bion <joffrey.bion@gmail.com> | 2021-02-24 00:59:34 +0100 |
commit | 766e06081a3652aad16de673437e21e4f3347e4c (patch) | |
tree | 2311d286ca8b2c126b754bb54503b9c113b96812 /sw-ui | |
parent | Move transaction selector state from redux to component state (diff) | |
download | seven-wonders-766e06081a3652aad16de673437e21e4f3347e4c.tar.gz seven-wonders-766e06081a3652aad16de673437e21e4f3347e4c.tar.bz2 seven-wonders-766e06081a3652aad16de673437e21e4f3347e4c.zip |
Remove unnecessary flex style from selfBoardSummary
Diffstat (limited to 'sw-ui')
-rw-r--r-- | sw-ui/src/main/kotlin/org/luxons/sevenwonders/ui/components/game/GameScene.kt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw-ui/src/main/kotlin/org/luxons/sevenwonders/ui/components/game/GameScene.kt b/sw-ui/src/main/kotlin/org/luxons/sevenwonders/ui/components/game/GameScene.kt index f61182bf..74118d05 100644 --- a/sw-ui/src/main/kotlin/org/luxons/sevenwonders/ui/components/game/GameScene.kt +++ b/sw-ui/src/main/kotlin/org/luxons/sevenwonders/ui/components/game/GameScene.kt @@ -228,8 +228,6 @@ private class GameScene(props: GameSceneProps) : RComponent<GameSceneProps, Game position = Position.absolute bottom = 0.px left = 0.px - display = Display.flex - flexDirection = FlexDirection.row } boardSummary( player = props.players[board.playerIndex], |