From 12941dd2305b6bc375bb74841773f6bccef9b17d Mon Sep 17 00:00:00 2001 From: YeahAkis_ Date: Wed, 7 Feb 2024 20:58:31 +0100 Subject: [PATCH] wooooooork --- assets/style.css | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/assets/style.css b/assets/style.css index 10504fb..796186b 100644 --- a/assets/style.css +++ b/assets/style.css @@ -213,14 +213,11 @@ ul.navpage_list { } ul.navpage_list { - gap: 10px; - background-color: var(--third-bg); - display: flex; - flex-direction: column; - overflow: hidden; - position: fixed; - transition: max-height .3s ease, border .325s ease; - z-index: 2; + border: 4px solid var(--primary-hover); + display: flex !important; + max-height: 200px; + width: inherit; + box-sizing: border-box; } #navsite_list.active {