diff --git a/custom/public/css/tweaks.css b/custom/public/css/tweaks.css index 3db31c0..af788e1 100644 --- a/custom/public/css/tweaks.css +++ b/custom/public/css/tweaks.css @@ -40,6 +40,21 @@ div.page-content.user.profile div.ui.container div.ui.stackable.grid div.ui.four } } +/* "Fix" alignment of commit dates */ +.page-content.repository:not(.milestones) > .ui.container #repo-files-table tr { + align-items: normal !important; +} + +#repo-files-table thead relative-time { + display: block; + margin-top: 15px; +} + +#repo-files-table tbody relative-time { + display: block; + padding-top: 7px; +} + /* === Verified Users and Organizations === */ /** ===== Organizations ===== **/