diff --git a/client/src/components/Play.vue b/client/src/components/Play.vue index 34de5c4..901eb44 100644 --- a/client/src/components/Play.vue +++ b/client/src/components/Play.vue @@ -1,8 +1,7 @@ - - - + + @@ -15,6 +14,9 @@ export default { quote() { return this.$store.state.round.quote }, + sources() { + return this.$store.state.round.sources + }, }, } @@ -31,16 +33,7 @@ body, .play { position: relative; + width: 100%; height: 100%; - - &__quote-container { - display: flex; - position: absolute; - left: 35%; - top: 35%; - width: 30%; - height: 30%; - align-items: center; - } } diff --git a/client/src/components/Quote.vue b/client/src/components/Quote.vue index 4482894..89c6d5b 100644 --- a/client/src/components/Quote.vue +++ b/client/src/components/Quote.vue @@ -1,6 +1,8 @@ - {{ text }} + + {{ text }} + @@ -12,6 +14,15 @@ export default { diff --git a/client/src/pages/play.vue b/client/src/pages/play.vue index ffb5457..2df25c6 100644 --- a/client/src/pages/play.vue +++ b/client/src/pages/play.vue @@ -1,12 +1,16 @@ - - - waiting for gamemaster to start game ... + + + + + + waiting for gamemaster to start game ... + + + - - @@ -31,6 +35,17 @@ export default {