docs: add search widget to options page
Some checks are pending
Check for typos in the source tree / check-typos (push) Waiting to run

This commit is contained in:
raf 2024-12-09 10:27:01 +03:00
commit 37dc96575d
Signed by: NotAShelf
GPG key ID: AF26552424E53993
4 changed files with 62 additions and 2 deletions

View file

@ -233,6 +233,24 @@ li {
}
}
#search-bar {
position: sticky;
top: 0;
background: white;
padding: 10px;
border-bottom: 1px solid #ccc;
z-index: 1000;
}
#search-input {
width: 100%;
padding: 8px;
border: 1px solid #ccc;
border-radius: 4px;
}
.hidden {
display: none;
}
div.titlepage {
margin: 40px 0;