Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit375dab1

Browse files
authored
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.
1 parent2a1585b commit375dab1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

‎web_src/css/repo.css‎

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ td .commit-summary {
523523

524524
.repository.view.issue .comment-list .timeline-item,
525525
.repository.view.issue .comment-list .timeline-item-group {
526-
padding:16px0;
526+
padding:8px0;
527527
}
528528

529529
.repository.view.issue .comment-list .timeline-item-group .timeline-item {
@@ -577,6 +577,11 @@ td .commit-summary {
577577
justify-content: center;
578578
}
579579

580+
.repository.view.issue .comment-list .timeline-item.commits-list .badge {
581+
margin-right:0;
582+
height:28px;
583+
}
584+
580585
.repository.view.issue .comment-list .timeline-item .badge .svg {
581586
width:22px;
582587
height:22px;
@@ -601,10 +606,6 @@ td .commit-summary {
601606
padding-top:0;
602607
}
603608

604-
.repository.view.issue .comment-list .timeline-item.commits-list .ui.avatar {
605-
margin-right:0.25em;
606-
}
607-
608609
.repository.view.issue .comment-list .timeline-item.event> .commit-status-link {
609610
float: right;
610611
margin-right:8px;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp