forked from mirrors/Gitea-Modern
Final commit, I promise.
This commit is contained in:
parent
3c3db692d7
commit
9a0dd1a2d2
3 changed files with 5 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
@ -1144,6 +1144,8 @@ html {
|
||||||
td, th {
|
td, th {
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
}
|
||||||
|
td {
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1032,6 +1032,8 @@
|
||||||
.page-content.repository:not(.milestones) > .ui.container #repo-files-table tr th {
|
.page-content.repository:not(.milestones) > .ui.container #repo-files-table tr th {
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
}
|
||||||
|
.page-content.repository:not(.milestones) > .ui.container #repo-files-table tr td {
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
.page-content.repository:not(.milestones) > .ui.container #repo-files-table td::before {
|
.page-content.repository:not(.milestones) > .ui.container #repo-files-table td::before {
|
||||||
|
|
Loading…
Reference in a new issue