fix(ui): apply smaller padding to comment headers

This commit is contained in:
0ko 2024-11-19 17:11:37 +05:00
parent 3674e90c93
commit 33c2caa0c8

View file

@ -2256,7 +2256,6 @@ details.repo-search-result summary::marker {
background: var(--color-box-header); background: var(--color-box-header);
border-bottom: 1px solid var(--color-secondary) !important; border-bottom: 1px solid var(--color-secondary) !important;
font-weight: var(--font-weight-normal) !important; font-weight: var(--font-weight-normal) !important;
padding: 0.5rem 1rem;
margin: 0 !important; margin: 0 !important;
position: relative; position: relative;
color: var(--color-text); color: var(--color-text);
@ -2267,6 +2266,10 @@ details.repo-search-result summary::marker {
align-items: center; align-items: center;
} }
.timeline .ui.comment-header {
padding: 0.5rem 1rem;
}
.comment-header::before, .comment-header::before,
.comment-header::after { .comment-header::after {
right: 100%; right: 100%;