diff options
author | yp05327 <576951401@qq.com> | 2024-03-14 20:01:16 +0100 |
---|---|---|
committer | Earl Warren <contact@earl-warren.org> | 2024-03-20 08:46:29 +0100 |
commit | ed1798f66d30e3755f01e24f8cb4aa5e8b6628a0 (patch) | |
tree | be21a232e78f65fb6bb022af52d4701160ee923f /web_src | |
parent | enable tailwind nesting (#29746) (diff) | |
download | forgejo-ed1798f66d30e3755f01e24f8cb4aa5e8b6628a0.tar.xz forgejo-ed1798f66d30e3755f01e24f8cb4aa5e8b6628a0.zip |
Improve commit record's ui in comment list (#26619)
Before:
![image](https://github.com/go-gitea/gitea/assets/18380374/795f9941-9989-4045-b0fc-d6dd0262269b)
![image](https://github.com/go-gitea/gitea/assets/18380374/f6505f5e-4248-456e-a98d-e714c6484b2f)
After:
![image](https://github.com/go-gitea/gitea/assets/18380374/321dda1e-6999-4851-afff-2e6c8d20367b)
![image](https://github.com/go-gitea/gitea/assets/18380374/182f18d1-2295-4004-852b-c0ebb498b411)
---------
Co-authored-by: silverwind <me@silverwind.io>
(cherry picked from commit ce085b26fc5076b36c55e6a0a30ba8f11105c0bf)
Diffstat (limited to 'web_src')
-rw-r--r-- | web_src/css/repo.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/web_src/css/repo.css b/web_src/css/repo.css index 0704e7406b..dda2439daf 100644 --- a/web_src/css/repo.css +++ b/web_src/css/repo.css @@ -1065,11 +1065,7 @@ .repository.view.issue .comment-list .event .detail { margin-top: 4px; - margin-left: 14px; -} - -.repository.view.issue .comment-list .event .detail .svg { - margin-right: 2px; + margin-left: 15px; } .repository.view.issue .comment-list .event .segments { |