From d9567844d67e32d8b35dc1b9a470db2a423eebac Mon Sep 17 00:00:00 2001 From: YeahAkis_ Date: Wed, 7 Feb 2024 21:00:09 +0100 Subject: [PATCH] this is it --- assets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/style.css b/assets/style.css index 796186b..ea87af9 100644 --- a/assets/style.css +++ b/assets/style.css @@ -219,6 +219,10 @@ ul.navpage_list { width: inherit; box-sizing: border-box; } + .navsite_item:not(:hover) .navpage_list { + transition-delay: .1s; + width: inherit; + } #navsite_list.active { display: flex;