Add survey

This commit is contained in:
2024-05-15 19:18:15 +02:00
parent 455fe2b3ac
commit 9d222c203c
6 changed files with 106 additions and 13 deletions

View File

@@ -183,7 +183,7 @@ ul.navpage_list {
.navsite_item:hover .navpage_list {
border: 4px solid var(--pico-primary-hover) !important;
display: flex !important;
max-height: 200px;
max-height: unset;
width: inherit;
transition: max-height .3s ease, border .325s ease !important;
box-sizing: border-box;
@@ -406,6 +406,9 @@ div#articleslist>article{
@media (max-width: 1050px) {
.navsite_item .navpage_list {
max-height: unset !important;
}
div#articleslist {
width: 100vw !important;
left: 0 !important;
@@ -444,6 +447,7 @@ div#articleslist>article{
width: inherit;
box-sizing: content-box;
transition-delay: .1s;
position: unset !important;
}
.navsite_item:not(:hover) .navpage_list {
transition-delay: .1s;