From a79c3302075c476f25c67f9a4b4bb20f3f281cdc Mon Sep 17 00:00:00 2001 From: jxnshi Date: Sun, 15 Dec 2024 17:23:22 +0000 Subject: [PATCH] Change repo style --- public/style.css | 11 +++++++++++ src/main.zig | 18 ++++++++++++------ 2 files changed, 23 insertions(+), 6 deletions(-) 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("