diff --git a/game/src/components/Action.vue b/game/src/components/Action.vue index f924776..0b3c72b 100644 --- a/game/src/components/Action.vue +++ b/game/src/components/Action.vue @@ -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 { diff --git a/game/src/views/Emotions.vue b/game/src/views/Emotions.vue index 2874053..fa32086 100644 --- a/game/src/views/Emotions.vue +++ b/game/src/views/Emotions.vue @@ -66,7 +66,6 @@ .results { height: calc(20vh - 3rem); background-color: black; - overflow: hidden; } .action-container { diff --git a/game/src/views/Poses.vue b/game/src/views/Poses.vue index 8f0bd44..05ea170 100644 --- a/game/src/views/Poses.vue +++ b/game/src/views/Poses.vue @@ -19,7 +19,7 @@ - + @@ -136,7 +136,6 @@ .results { height: calc(20vh - 3rem); background-color: black; - overflow: hidden; } .action-container {