"Fix" alignment of commit dates
This commit is contained in:
parent
31b4e531f9
commit
0546edcce3
1 changed files with 15 additions and 0 deletions
|
@ -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 === */
|
/* === Verified Users and Organizations === */
|
||||||
|
|
||||||
/** ===== Organizations ===== **/
|
/** ===== Organizations ===== **/
|
||||||
|
|
Reference in a new issue