mirror of
https://github.com/go-gitea/gitea.git
synced 2025-06-22 06:17:53 +00:00
Make pull request and issue history more compact (#34588)
Reduced spacing around history entries and inside the commits list, also fixed unequal horizontal spacing inside the commit badge.
This commit is contained in:
parent
2a1585b32e
commit
375dab1111
@ -523,7 +523,7 @@ td .commit-summary {
|
|||||||
|
|
||||||
.repository.view.issue .comment-list .timeline-item,
|
.repository.view.issue .comment-list .timeline-item,
|
||||||
.repository.view.issue .comment-list .timeline-item-group {
|
.repository.view.issue .comment-list .timeline-item-group {
|
||||||
padding: 16px 0;
|
padding: 8px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.repository.view.issue .comment-list .timeline-item-group .timeline-item {
|
.repository.view.issue .comment-list .timeline-item-group .timeline-item {
|
||||||
@ -577,6 +577,11 @@ td .commit-summary {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.repository.view.issue .comment-list .timeline-item.commits-list .badge {
|
||||||
|
margin-right: 0;
|
||||||
|
height: 28px;
|
||||||
|
}
|
||||||
|
|
||||||
.repository.view.issue .comment-list .timeline-item .badge .svg {
|
.repository.view.issue .comment-list .timeline-item .badge .svg {
|
||||||
width: 22px;
|
width: 22px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
@ -601,10 +606,6 @@ td .commit-summary {
|
|||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.repository.view.issue .comment-list .timeline-item.commits-list .ui.avatar {
|
|
||||||
margin-right: 0.25em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.repository.view.issue .comment-list .timeline-item.event > .commit-status-link {
|
.repository.view.issue .comment-list .timeline-item.event > .commit-status-link {
|
||||||
float: right;
|
float: right;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
|
Loading…
Reference in New Issue
Block a user