From 879fd5c8681a57d1a84ffa284c61cc2c857108b3 Mon Sep 17 00:00:00 2001 From: YeahAkis_ Date: Tue, 16 Jan 2024 21:59:18 +0100 Subject: [PATCH] more changed --- assets/style.css | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/assets/style.css b/assets/style.css index d8f3044..cb5e3ed 100644 --- a/assets/style.css +++ b/assets/style.css @@ -134,8 +134,7 @@ header hr { .navsite_item:hover .navpage_list{ display: flex !important; } - -.navpage_list{ +.navpage_list { background-color: var(--third-bg); margin-top: 10px; display: flex; @@ -145,12 +144,6 @@ header hr { transition: max-height 0.3s ease; /* Add transition for smooth height animation */ } -/* Add this style for the wrapper element with the border */ -.navpage_list_wrapper { - border: 0; /* Set initial border to 0 */ - transition: border 0.3s ease; /* Add transition for smooth border animation */ -} - /* Modify this style for the hover state of the navsite_item */ .navsite_item:hover .navpage_list_wrapper { border: 8px solid var(--primary-hover); /* Adjust border style as needed */ @@ -160,7 +153,6 @@ header hr { .navsite_item:hover .navpage_list { max-height: 200px; /* Adjust the value based on your content height */ } - li.navpage_item{ padding-left: 20px; padding-right: 20px;