summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-05-08 10:54:01 +0200
committerDanilo M. <danix@danix.xyz>2026-05-08 10:54:01 +0200
commit1d3c519a5457275cd2e740ddd2e3b0c783759f66 (patch)
tree5b141b59da5074ce026471e0576b2cb90a343298
parent179f8e056dcd39091e94f0e6f161d7e8c24af2e8 (diff)
downloadcgit-theme-danix-1d3c519a5457275cd2e740ddd2e3b0c783759f66.tar.gz
cgit-theme-danix-1d3c519a5457275cd2e740ddd2e3b0c783759f66.zip
style(css): widen about/site-desc, right-align signature, double search bar
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
-rw-r--r--cgit.css5
1 files changed, 4 insertions, 1 deletions
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;
}
/* =============================================================