From: cassowary Date: Mon, 27 Jul 2026 22:45:19 +0000 (-0700) Subject: make log_link match other link things X-Git-Url: https://git.cassowary.me/gitweb.cgi?a=commitdiff_plain;h=7ab7346758f16cd8b6de96515d1ef553be59071d;p=gitweb-theme.git make log_link match other link things --- 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 {