forked from Adleraci/adlerka.top
Add survey
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user