1
1
mirror of https://github.com/go-gitea/gitea synced 2025-10-28 18:08:25 +00:00

Fix various trivial problems (#35714)

This commit is contained in:
wxiaoguang
2025-10-21 13:19:29 +08:00
committed by GitHub
parent b2ee5be52e
commit a2eea2fb2e
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);