Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve commit record's ui in comment list #26619

Merged
merged 13 commits into from
Mar 14, 2024
7 changes: 7 additions & 0 deletions web_src/css/repo.css
Original file line number Diff line number Diff line change
Expand Up @@ -1142,12 +1142,19 @@
.repository.view.issue .comment-list .event .detail {
margin-top: 4px;
margin-left: 14px;
display: flex;
align-items: center;
gap: 0.25rem;
silverwind marked this conversation as resolved.
Show resolved Hide resolved
}

.repository.view.issue .comment-list .event .detail .svg {
margin-right: 2px;
}

.repository.view.issue .comment-list .event .detail .muted-links{
silverwind marked this conversation as resolved.
Show resolved Hide resolved
display: flex;
}

silverwind marked this conversation as resolved.
Show resolved Hide resolved
.repository.view.issue .comment-list .event .segments {
box-shadow: none;
}
Expand Down