Fix various UI bugs (#32821)
Some checks are pending
release-nightly / nightly-binary (push) Waiting to run
release-nightly / nightly-docker-rootful (push) Waiting to run
release-nightly / nightly-docker-rootless (push) Waiting to run
cron-translations / crowdin-pull (push) Has been skipped

This commit is contained in:
wxiaoguang
2024-12-13 14:45:32 +08:00
committed by GitHub
parent 887928e0a6
commit 5bc030efa2
7 changed files with 47 additions and 30 deletions

View File

@ -44,6 +44,10 @@
padding: 6px 10px;
}
#repo-files-table .repo-file-last-commit {
background: var(--color-box-header);
}
#repo-files-table .repo-file-cell.name {
max-width: 300px;
white-space: nowrap;
@ -59,6 +63,7 @@
}
#repo-files-table .repo-file-cell.age {
text-align: right;
white-space: nowrap;
color: var(--color-text-light-1);
}