Fix various trivial problems (#35714) (#35718)

Backport #35714 by wxiaoguang

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
Giteabot
2025-10-21 18:02:57 +08:00
committed by GitHub
parent ac6d38e4b7
commit 387a4e72f7
6 changed files with 17 additions and 7 deletions

View File

@@ -532,6 +532,10 @@ td .commit-summary {
color: var(--color-text-light);
}
.repository.view.issue .comment-list .timeline-item .comment-text-line .ui.label {
line-height: 1.5; /* label has background, so it can't use parent's line-height */
}
.repository.view.issue .comment-list .timeline-item .comment-text-line a {
color: inherit;
}
@@ -654,8 +658,8 @@ td .commit-summary {
.repository.view.issue .comment-list .code-comment .comment-header {
background: transparent;
border-bottom: 0 !important;
padding: 0 !important;
border-bottom: 0;
padding: 0;
}
.repository.view.issue .comment-list .code-comment .comment-content {
@@ -1311,6 +1315,10 @@ td .commit-summary {
gap: 0.25em;
}
.comment-header.avatar-content-left-arrow::after {
border-right-color: var(--color-box-header);
}
.comment-header.arrow-top::before,
.comment-header.arrow-top::after {
transform: rotate(90deg);