tešst
This commit is contained in:
parent
262e6d8f0a
commit
57c41c4cc2
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user