use min-height for .comment-header.avatar-content-left-arrow

pull/35888/head
wxiaoguang 2025-11-19 08:44:34 +08:00
parent 0a2898cdc4
commit ebd97d0e1b
1 changed files with 4 additions and 0 deletions

View File

@ -1314,6 +1314,10 @@ td .commit-summary {
gap: 0.25em;
}
.comment-header.avatar-content-left-arrow {
min-height: 41px; /* for a comment header with left arrow, the arrow is absolutely positioned, but the header content varies (for example: no "roles", etc), so it needs a min-height */
}
.comment-header.avatar-content-left-arrow::after {
border-right-color: var(--color-box-header);
}