adsfhsdhgfsghd

This commit is contained in:
Richard Mikloš 2024-01-16 19:09:08 +01:00
parent d07660b082
commit 00208e3d03

@ -163,19 +163,19 @@ header hr {
.navpage_list{ .navpage_list{
margin-top: 8px; margin-top: 8px;
border: 0px solid var(--primary-hover) ;
background-color: var(--third-bg); background-color: var(--third-bg);
margin-top: 10px; margin-top: 10px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
overflow: hidden; overflow: hidden;
max-height: 0; max-height: 0;
border: 0;
transition: max-height 0.3s ease; transition: max-height 0.3s ease;
} }
.navsite_item:hover .navpage_list { .navsite_item:hover .navpage_list {
max-height: 200px; max-height: 200px;
border: 8px solid var(--primary-hover) ; border: 4px solid var(--primary-hover) ;
} }
a.navpage_link{ a.navpage_link{