link-list = add file

This commit is contained in:
isUnknown 2024-09-19 09:27:24 +02:00
parent 29f038ab3f
commit 3f81882bcd
7 changed files with 41 additions and 19 deletions

View file

@ -7,6 +7,11 @@
}
}
.main-nav a.current,
#expanded-nav a.current {
font-weight: bold;
}
.info-banner {
overflow: hidden;
white-space: nowrap;
@ -37,7 +42,7 @@
/* Expanded nav */
.expanded-nav {
#expanded-nav {
position: fixed;
width: 100%;
box-sizing: border-box;
@ -51,7 +56,7 @@
transition: top 0.6s var(--curve-quick-slow);
}
.expanded-nav.open {
#expanded-nav.open {
top: 0rem;
}
@ -182,7 +187,7 @@
height: 5.2vw;
}
.expanded-nav {
#expanded-nav {
width: 100vw;
height: 100vh;
top: -100vh;
@ -190,7 +195,7 @@
overflow: scroll;
}
.expanded-nav .close-btn {
#expanded-nav .close-btn {
position: absolute !important;
top: 3rem;
right: var(--space-m);