Template
1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo synced 2024-11-24 10:46:10 +01:00

Merge pull request 'Apply smaller padding to comment headers' (#6027) from 0ko/forgejo:ui-comment-headers-size into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6027
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
This commit is contained in:
Earl Warren 2024-11-22 07:05:37 +00:00
commit 475c16f627

View file

@ -2256,7 +2256,6 @@ details.repo-search-result summary::marker {
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;
position: relative;
color: var(--color-text);
@ -2267,6 +2266,10 @@ details.repo-search-result summary::marker {
align-items: center;
}
.timeline .ui.comment-header {
padding: 0.5rem 1rem;
}
.comment-header::before,
.comment-header::after {
right: 100%;