1
0
Fork 0
forked from forgejo/forgejo

Merge branch 'main' into fix-review-form

This commit is contained in:
Gusted 2022-04-29 01:05:40 +02:00
commit cf4137ce1b
No known key found for this signature in database
GPG key ID: FD821B732837125F
69 changed files with 401 additions and 329 deletions

View file

@ -3247,6 +3247,27 @@ td.blob-excerpt {
}
@media @mediaSm {
.repository.file.list {
#repo-files-table {
.entry,
.commit-list {
align-items: center;
display: flex !important;
padding-top: 4px;
padding-bottom: 4px;
td.age,
th.age {
margin-left: auto;
}
td.message,
span.commit-summary {
display: none !important;
}
}
}
}
.issue-list-headers.ui[class].grid {
> div:nth-child(1) {
order: 1;