make log_link match other link things
authorcassowary <cassowary@cassowary.me>
Mon, 27 Jul 2026 22:45:19 +0000 (15:45 -0700)
committercassowary <cassowary@cassowary.me>
Mon, 27 Jul 2026 22:45:19 +0000 (15:45 -0700)
static/gitweb-site.css

index c2caedd..19930e0 100644 (file)
@@ -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 {