diff options
author | 0ko <0ko@noreply.codeberg.org> | 2024-11-19 13:11:37 +0100 |
---|---|---|
committer | 0ko <0ko@noreply.codeberg.org> | 2024-11-19 13:11:37 +0100 |
commit | 33c2caa0c89620a8211832da430e1ad43a650814 (patch) | |
tree | 86f0ae04f9b44dded110a7592195d9cf425d362d /web_src/css/repo.css | |
parent | Merge pull request 'Improve git notes UI' (#6025) from 0ko/forgejo:ui-notes-f... (diff) | |
download | forgejo-33c2caa0c89620a8211832da430e1ad43a650814.tar.xz forgejo-33c2caa0c89620a8211832da430e1ad43a650814.zip |
fix(ui): apply smaller padding to comment headers
Diffstat (limited to 'web_src/css/repo.css')
-rw-r--r-- | web_src/css/repo.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/web_src/css/repo.css b/web_src/css/repo.css index 3bc1a1e6e1..3ee76b5af3 100644 --- a/web_src/css/repo.css +++ b/web_src/css/repo.css @@ -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%; |