From 1d3c519a5457275cd2e740ddd2e3b0c783759f66 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 8 May 2026 10:54:01 +0200 Subject: style(css): widen about/site-desc, right-align signature, double search bar Co-Authored-By: Claude Sonnet 4.6 --- cgit.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cgit.css b/cgit.css index 950d510..43465d1 100644 --- a/cgit.css +++ b/cgit.css @@ -268,6 +268,7 @@ table.tabs th a.active { table.tabs .right, table.tabs td.form { text-align: right; + padding-right: 32px; } table.tabs .right form, @@ -292,6 +293,7 @@ table.tabs td.form input[type="search"] { font-family: 'JetBrains Mono', monospace; font-size: 12px; outline: none; + width: 30ch; } table.tabs .right input[type="submit"], @@ -356,7 +358,7 @@ div.content { ============================================================= */ div.site-desc { - max-width: 680px; + max-width: 1200px; margin: 2rem auto 2.5rem; padding: 0 1rem; color: var(--text); @@ -389,6 +391,7 @@ div.site-desc .welcome-close { div.site-desc .signature-wrap { margin-top: 1rem; + text-align: right; } /* ============================================================= -- cgit v1.2.3