fix layout of object_header
authorcassowarii <2374677+cassowarii@users.noreply.github.com>
Tue, 28 Jul 2026 05:54:09 +0000 (22:54 -0700)
committercassowarii <2374677+cassowarii@users.noreply.github.com>
Tue, 28 Jul 2026 05:54:09 +0000 (22:54 -0700)
static/gitweb-site.css

index c74af49..6fbcfd3 100644 (file)
@@ -207,6 +207,31 @@ td.link {
     }
   }
 
+  table.object_header {
+    width: 100%;
+    display: flex;
+    flex-direction: column;
+
+    tr {
+      display: flex;
+      column-gap: 5px;
+
+      td {
+        flex: 0 0 auto;
+        padding: 0;
+
+        &:first-child {
+          font-weight: bold;
+        }
+
+        &.link {
+          text-align: right;
+          width: 100%;
+        }
+      }
+    }
+  }
+
   div.search {
     display: flex;
     align-items: center;