From 8edadfb75e0f71a96ba44e7c8de6235b9178bcb6 Mon Sep 17 00:00:00 2001 From: montylion Date: Wed, 14 Jul 2021 11:21:12 +0200 Subject: [PATCH] Fix GitHub link position Was broken on mobile --- src/views/Search.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Search.css b/src/views/Search.css index 94437a9a..6653acbf 100644 --- a/src/views/Search.css +++ b/src/views/Search.css @@ -13,11 +13,11 @@ } .cardView > div:first-child { - margin-top: 0; + margin-top: 38px; } .topRightCredits { - position: fixed; + position: absolute; right: 1rem; top: 1rem; margin-top: 0 !important;