Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/treetrek.git

Changes table layout

AuthorDave Jarvis <email>
Date2026-02-11 23:37:54 GMT-0800
Commit8ed6561913f626575e50317da5c0446c3699ca6f
Parent59861d6
repo.css
font-size: 0.875rem;
font-weight: 600;
+ white-space: nowrap;
}
.tag-table td {
padding: 12px 16px;
border-bottom: 1px solid #21262d;
- vertical-align: middle;
+ vertical-align: top;
color: #c9d1d9;
font-size: 0.9rem;
}
.tag-table tr:hover td {
background: #161b22;
}
-.tag-table .tag-name a {
- color: #58a6ff;
- text-decoration: none;
- font-family: 'SFMono-Regular', Consolas, monospace;
+.tag-table .tag-name {
+ min-width: 140px;
+ width: 20%;
}
.tag-table .tag-message {
+ width: auto;
+ white-space: normal;
+ word-break: break-word;
+ color: #c9d1d9;
font-weight: 500;
}
-.tag-table .tag-author {
- color: #c9d1d9;
+.tag-table .tag-author,
+.tag-table .tag-time,
+.tag-table .tag-hash {
+ width: 1%;
+ white-space: nowrap;
}
.tag-table .tag-time {
- color: #8b949e;
- white-space: nowrap;
text-align: right;
+ color: #8b949e;
}
.tag-table .tag-hash {
text-align: right;
+}
+
+.tag-table .tag-name a {
+ color: #58a6ff;
+ text-decoration: none;
+ font-family: 'SFMono-Regular', Consolas, monospace;
+}
+
+.tag-table .tag-author {
+ color: #c9d1d9;
}
.tag-table .tag-age-header {
- text-align: center;
+ text-align: right;
}
.tag-table .tag-commit-header {
- text-align: center;
+ text-align: right;
}
text-decoration: underline;
}
+
Delta28 lines added, 11 lines removed, 17-line increase