From: jxnshi Date: Sun, 15 Dec 2024 17:23:22 +0000 (+0000) Subject: Change repo style X-Git-Url: https://jxnshi.xyz/repos?a=commitdiff_plain;h=a79c3302075c476f25c67f9a4b4bb20f3f281cdc;p=jxnshi.xyz.git Change repo style --- diff --git a/public/style.css b/public/style.css index 9bcf5a8..959bbb8 100644 --- a/public/style.css +++ b/public/style.css @@ -74,3 +74,14 @@ a:hover { #donation-title { font-size: 200%; } + +#repos-list { + display: flex; + flex-direction: column; + gap: 15px; +} + +#repos-list > li { + padding: 10px; + border: 2px solid white; +} diff --git a/src/main.zig b/src/main.zig index 4a4326c..ae53b31 100644 --- a/src/main.zig +++ b/src/main.zig @@ -107,8 +107,12 @@ fn handleClient(parent_allocator: std.mem.Allocator, connection: std.net.Server. var git_iter = git_dir.iterate(); +<<<<<<< Updated upstream try temp_buffer_writer.writeAll("git clone repo"); try temp_buffer_writer.writeAll("