From e7b247bf0919985241b88228d8372b9717cdfa6e Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Tue, 18 Oct 2022 13:12:07 +0100 Subject: [PATCH] Try Again --- style/new_menu.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/style/new_menu.css b/style/new_menu.css index c6d5b74..4d9ec9f 100644 --- a/style/new_menu.css +++ b/style/new_menu.css @@ -46,10 +46,12 @@ top: 40px; right: 0; margin: auto; - height: 0px; - display: none; + height: 100%; + display: block; max-width: 60%; + width: 0; background-color: darkslategrey; + transition: 0.7s; } .sidebar a {