diff options
Diffstat (limited to 'assets/style.css')
-rw-r--r-- | assets/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --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 { |