This commit is contained in:
Richard Mikloš 2024-02-07 20:38:15 +01:00
parent 262e6d8f0a
commit 57c41c4cc2

@ -141,6 +141,7 @@ ul.navpage_list
position:fixed; position:fixed;
transition:max-height .3s ease, border .325s ease; transition:max-height .3s ease, border .325s ease;
z-index:2; z-index:2;
width: inherit;
} }
.back .back
@ -184,6 +185,7 @@ ul.navpage_list
border:4px solid var(--primary-hover); border:4px solid var(--primary-hover);
display:flex!important; display:flex!important;
max-height:200px; max-height:200px;
width: inherit;
} }
.navsite_item:not(:hover) .navpage_list .navsite_item:not(:hover) .navpage_list
@ -191,6 +193,7 @@ ul.navpage_list
border:0 solid transparent; border:0 solid transparent;
max-height:0; max-height:0;
transition-delay:.1s; transition-delay:.1s;
width: inherit;
} }
#navsite_list #navsite_list
{ {