mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-23 11:01:49 +01:00
fix(ui): apply smaller padding to comment headers
This commit is contained in:
parent
3674e90c93
commit
33c2caa0c8
1 changed files with 4 additions and 1 deletions
|
@ -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%;
|
||||||
|
|
Loading…
Reference in a new issue