Dave Jarvis' Repositories

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

Adds resonsive layout for commit pages

AuthorDave Jarvis <email>
Date2026-02-15 18:25:50 GMT-0800
Commit5bb5e6e96101b89ff64e2b824df5983d86b7cf1d
Parentd0dc36f
repo.css
}
+ .commit-details {
+ padding: 15px;
+ }
+
+ .commit-title {
+ font-size: 1.1rem;
+ word-break: break-word;
+ }
+
+ .commit-info-row {
+ flex-direction: column;
+ gap: 2px;
+ margin-bottom: 10px;
+ }
+
+ .commit-info-label {
+ width: 100%;
+ font-size: 0.8rem;
+ color: #8b949e;
+ }
+
+ .commit-info-value {
+ word-break: break-all;
+ font-family: 'SFMono-Regular', Consolas, monospace;
+ font-size: 0.9rem;
+ padding-left: 0;
+ }
+
.commit-row {
flex-direction: column;
Delta28 lines added, 0 lines removed, 28-line increase