From: cassowary Date: Mon, 27 Jul 2026 22:39:37 +0000 (-0700) Subject: multiple things in header should go vertically X-Git-Url: https://www.git.cassowary.me/gitweb.cgi?a=commitdiff_plain;h=21ab89c9247d2a9cabaceddf2f581018c5f34090;p=gitweb-theme.git multiple things in header should go vertically --- 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) {