From 9c0d6a30da8c0498d5700ddf7ee0171dc9eb49b0 Mon Sep 17 00:00:00 2001 From: ghostnetic <43282802+ghostnetic@users.noreply.github.com> Date: Mon, 1 May 2023 07:56:59 -0400 Subject: [PATCH] Update popup.css --- popup.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/popup.css b/popup.css index ca9b8aa..ef8433b 100644 --- a/popup.css +++ b/popup.css @@ -7,7 +7,6 @@ body { display: flex; align-items: center; justify-content: center; - height: 100vh; } .container { @@ -160,4 +159,4 @@ button:hover { /* Add a hover effect for external-link */ .external-link:hover { color: #7cb1f5; -} \ No newline at end of file +}