mirror of
https://github.com/go-gitea/gitea
synced 2025-07-03 17:17:19 +00:00
Add muted class to author name in repo commit list (#29989)
Before:  After:  If repo is a mirror, external user's name will be white, but if user is existed, then you will see blue names and white names together:  --------- Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
@ -2438,6 +2438,7 @@ tbody.commit-list {
|
||||
|
||||
.author-wrapper {
|
||||
max-width: 180px;
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
/* in the commit list, messages can wrap so we can use inline */
|
||||
|
Reference in New Issue
Block a user