From 21ab89c9247d2a9cabaceddf2f581018c5f34090 Mon Sep 17 00:00:00 2001 From: cassowary Date: Mon, 27 Jul 2026 15:39:37 -0700 Subject: [PATCH] multiple things in header should go vertically --- static/gitweb-site.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/gitweb-site.css b/static/gitweb-site.css index 99d1760..4231583 100644 --- a/static/gitweb-site.css +++ b/static/gitweb-site.css @@ -63,6 +63,11 @@ td.link { td.link { text-align: right; } + div.header { + display: flex; + flex-direction: column; + } + table.shortlog { tr { &:has(th) { -- 1.8.3.1