about summary refs log tree commit diff stats
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--assets/search.pngbin0 -> 711 bytes
-rw-r--r--assets/style.css3
2 files changed, 2 insertions, 1 deletions
diff --git a/assets/search.png b/assets/search.png
new file mode 100644
index 0000000..0fd78c6
--- /dev/null
+++ b/assets/search.png
Binary files differdiff --git a/assets/style.css b/assets/style.css
index e7ce376..2f7414f 100644
--- a/assets/style.css
+++ b/assets/style.css
@@ -141,7 +141,7 @@ label.checkbox {
 
 .issue-search input[type="search"] {
   padding: 0.5rem;
-  background-image: url("static/search.png");
+  background-image: url("/search.png");
   background-position: 10px 10px;
   background-repeat: no-repeat;
   background-size: 1rem;
@@ -309,6 +309,7 @@ nav {
   display: flex;
   color: var(--gray);
   justify-content: space-between;
+  align-items: center;
 }
 
 nav .nav-group {