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 {