Skip to content

Commit

Permalink
CSS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
electro-nauts committed May 16, 2019
1 parent 9621c17 commit dc020e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
8 changes: 3 additions & 5 deletions game/src/components/Action.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,14 @@
width: 12vw;
height: 12vw;
margin-top: 5px;
min-width: 80px;
min-height: 80px;
min-width: 40px;
min-height: 40px;
max-width: 115px;
max-height: 115px;
}
.capture img {
img {
width: 100%;
height: 120px;
object-fit: cover;
}
.icon {
Expand Down
1 change: 0 additions & 1 deletion game/src/views/Emotions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
.results {
height: calc(20vh - 3rem);
background-color: black;
overflow: hidden;
}
.action-container {
Expand Down
3 changes: 1 addition & 2 deletions game/src/views/Poses.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<level-label v-show="gameIsRunning" level="2"/>
<time-label v-show="gameIsRunning"/>

<results-poses class="results"/>
<results-poses class="results" style="z-index: 10;"/>
</div>
</template>

Expand Down Expand Up @@ -136,7 +136,6 @@
.results {
height: calc(20vh - 3rem);
background-color: black;
overflow: hidden;
}
.action-container {
Expand Down

0 comments on commit dc020e4

Please sign in to comment.