From fa78e34d1273042f51854f15e841097878983dc8 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Fri, 19 Mar 2021 19:43:47 -0600 Subject: [PATCH] Un-dock and pill-ify the past questions button --- web/src/components/GameBoard.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/components/GameBoard.vue b/web/src/components/GameBoard.vue index bf12493..4e419cc 100644 --- a/web/src/components/GameBoard.vue +++ b/web/src/components/GameBoard.vue @@ -265,11 +265,11 @@ input[type="text"].other-team-answer { #past-questions-toggle { background-color: var(--past-questions-button-default); - border-radius: 0 20px 0 7px; + border-radius: 25px; position: absolute; padding: 10px; - right: 0; - top: 0; + right: 15px; + top: 15px; } #past-questions-toggle:hover { background-color: var(--past-questions-button-hover); } #past-questions-toggle:focus { background-color: var(--past-questions-button-focus); }