Fix comment header padding (#33377)

This commit is contained in:
Typed SIGTERM 2025-01-25 01:09:57 +08:00 committed by GitHub
parent 3e1b63f75b
commit 9e028d8d57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 10 additions and 14 deletions

View file

@ -1480,16 +1480,12 @@ td .commit-summary {
}
.comment-header {
border: none !important;
background: var(--color-box-header);
border-bottom: 1px solid var(--color-secondary) !important;
font-weight: var(--font-weight-normal) !important;
padding: 0.5rem 1rem;
margin: 0 !important;
border-bottom: 1px solid var(--color-secondary);
padding: 0 1rem;
position: relative;
color: var(--color-text);
min-height: 41px;
background-color: var(--color-box-header);
display: flex;
justify-content: space-between;
align-items: center;