Skip to content

Commit

Permalink
Several fixes for mobile UI (go-gitea#25634)
Browse files Browse the repository at this point in the history
  • Loading branch information
3 people committed Jul 4, 2023
1 parent 46c5836 commit afcfce6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions web_src/css/repo.css
Original file line number Diff line number Diff line change
Expand Up @@ -3147,6 +3147,14 @@ tbody.commit-list {
flex-wrap: wrap;
}

.commits-table .commits-table-right form {
display: flex;
align-items: center;
gap: 0.75em;
justify-content: center;
flex-wrap: wrap;
}

@media (max-width: 767.98px) {
.repository.file.list #repo-files-table .entry,
.repository.file.list #repo-files-table .commit-list {
Expand Down

0 comments on commit afcfce6

Please sign in to comment.