From a47abfcd142205eed3e7b2e316422f449035e38a Mon Sep 17 00:00:00 2001 From: YeahAkis_ Date: Wed, 7 Feb 2024 20:52:48 +0100 Subject: [PATCH] test --- assets/style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/assets/style.css b/assets/style.css index 688fb91..9a69d42 100644 --- a/assets/style.css +++ b/assets/style.css @@ -133,16 +133,12 @@ ul.navpage_list { gap:10px; background-color:var(--third-bg); - border:0 solid transparent; display:none; flex-direction:column; - max-height:0; overflow:hidden; position:fixed; transition:max-height .3s ease, border .325s ease; z-index:2; - width: inherit; - box-sizing: border-box; } .back