the repository which powers this website
Diffstat (limited to 'themed/log.html')
| -rw-r--r-- | themed/log.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themed/log.html b/themed/log.html index ff8370a2..8446150d 100644 --- a/themed/log.html +++ b/themed/log.html @@ -1,7 +1,7 @@ {% page cgit_print_log %} {! page_start(); !} {! repo_header(); !} - <main class="max-w-7xl mx-auto py-4">{# Main content #} + <main class="max-w-7xl mx-auto py-4 pl-2 pr-2">{# Main content #} {! repo_description_panel(); !} {! repo_summary_bar(); !} {! @@ -31,7 +31,7 @@ <div class="px-3 py-2 border-t border-[#333A45]"> <div><a href="{! cgit_shared_reporevlink_url("commit", ctx.qry.head, oid_to_hex(&commit->object.oid), ctx.qry.vpath); !}" class="hover:text-[#73D0FF] hover:underline">{{ info->subject }}</a></div> <div class="mt-2 text-sm text-[#a3a29c] flex gap-x-1 items-center"> - <img src="{! gravatar_url(info->author_email); !}?s=16"> + <img class="gravatar" src="{! gravatar_url(info->author_email); !}?s=16"> {{ info->author }} committed {! cgit_print_age_themed(info->committer_date, info->committer_tz, TM_MONTH * 12); !} </div> </div> |