diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-06 15:45:11 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-06 15:45:11 +0200 |
commit | a6baea06697f6c76c695dc4198099deb8ba916e0 (patch) | |
tree | 476a3865f6b4bef04751ba20534813a58892811b /assets | |
parent | chore: Initial commit (diff) | |
download | back-a6baea06697f6c76c695dc4198099deb8ba916e0.zip |
feat(treewide): Prepare for first release
This commit contains many changes, as they were developed alongside `git-bug-rs` and unfortunately not separately committed. A toplevel summary would include: - Appropriate redirects, - The templating moved to `vy` (as this works with rustfmt formatting), - Search support (via `git-bug-rs`), - And better layout in the link section.
Diffstat (limited to 'assets')
-rw-r--r-- | assets/search.png | bin | 0 -> 711 bytes | |||
-rw-r--r-- | assets/style.css | 3 |
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 { |