pagefind integration and search bar
This commit is contained in:
parent
a787497feb
commit
cd1226e333
19 changed files with 565 additions and 240 deletions
|
@ -1,4 +1,5 @@
|
|||
@import "./nav-tree.css";
|
||||
@import "./search.css";
|
||||
|
||||
.nav-wrapper {
|
||||
display: none;
|
||||
|
@ -44,12 +45,11 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
transition:
|
||||
width 0.3s ease,
|
||||
height 0.3s ease,
|
||||
background-color 0.3s ease,
|
||||
backdrop-filter 0.3s ease,
|
||||
padding 0.3s ease;
|
||||
transition: width 0.3s ease,
|
||||
height 0.3s ease,
|
||||
background-color 0.3s ease,
|
||||
backdrop-filter 0.3s ease,
|
||||
padding 0.3s ease;
|
||||
|
||||
&.shown {
|
||||
padding: 0.3rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue