From 7ab7346758f16cd8b6de96515d1ef553be59071d Mon Sep 17 00:00:00 2001 From: cassowary Date: Mon, 27 Jul 2026 15:45:19 -0700 Subject: [PATCH] make log_link match other link things --- static/gitweb-site.css | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/static/gitweb-site.css b/static/gitweb-site.css index c2caedd..19930e0 100644 --- a/static/gitweb-site.css +++ b/static/gitweb-site.css @@ -69,10 +69,19 @@ td.link { margin-bottom: 5px; } - div.title_text .log_link { - display: block; - float: none; - font-size: 100%; + div.title_text { + display: flex; + flex-direction: column; + + .log_link { + display: block; + float: none; + font-size: 100%; + width: 100%; + order: 1; + margin-top: 5px; + text-align: right; + } } table.shortlog { -- 1.8.3.1