adsfhsdhgfsghd
This commit is contained in:
parent
d07660b082
commit
00208e3d03
@ -163,19 +163,19 @@ header hr {
|
||||
|
||||
.navpage_list{
|
||||
margin-top: 8px;
|
||||
border: 0px solid var(--primary-hover) ;
|
||||
background-color: var(--third-bg);
|
||||
margin-top: 10px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
max-height: 0;
|
||||
border: 0;
|
||||
transition: max-height 0.3s ease;
|
||||
}
|
||||
|
||||
.navsite_item:hover .navpage_list {
|
||||
max-height: 200px;
|
||||
border: 8px solid var(--primary-hover) ;
|
||||
border: 4px solid var(--primary-hover) ;
|
||||
}
|
||||
|
||||
a.navpage_link{
|
||||
|
Loading…
Reference in New Issue
Block a user