From 57c41c4cc27bde76ddbb348daeab189835211b5c Mon Sep 17 00:00:00 2001 From: YeahAkis_ Date: Wed, 7 Feb 2024 20:38:15 +0100 Subject: [PATCH] =?UTF-8?q?te=C5=A1st?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/style.css b/assets/style.css index e7f6bed..56c366b 100644 --- a/assets/style.css +++ b/assets/style.css @@ -141,6 +141,7 @@ ul.navpage_list position:fixed; transition:max-height .3s ease, border .325s ease; z-index:2; + width: inherit; } .back @@ -184,6 +185,7 @@ ul.navpage_list border:4px solid var(--primary-hover); display:flex!important; max-height:200px; + width: inherit; } .navsite_item:not(:hover) .navpage_list @@ -191,6 +193,7 @@ ul.navpage_list border:0 solid transparent; max-height:0; transition-delay:.1s; + width: inherit; } #navsite_list {