From 0c1d5892e74946b000536c9989d5e6fd639c6d80 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sun, 20 Dec 2020 16:23:13 -0700 Subject: [PATCH] Make the attribution bar not make the bottom corner buttons not clickable --- web/src/components/Attributions.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/web/src/components/Attributions.vue b/web/src/components/Attributions.vue index c48990f..15bf8ab 100644 --- a/web/src/components/Attributions.vue +++ b/web/src/components/Attributions.vue @@ -58,9 +58,10 @@ export default { @import "../css/style.css"; #attributions-bar { + left: calc(50% - 20%); position: absolute; height: 35px; - width: 100%; + width: 40%; bottom: 0; } @@ -70,10 +71,8 @@ export default { border-radius: 15px 15px 0 0; justify-content: center; align-items: center; - margin: 0 auto; display: flex; height: 100%; - width: 25%; } a, a:visited {