1
1
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:

![image](https://github.com/go-gitea/gitea/assets/18380374/f6b3728c-ed9a-4e47-8755-89373235dff2)

After:

![image](https://github.com/go-gitea/gitea/assets/18380374/272c85e3-620d-4758-ae4d-ad90b54e142c)

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:

![image](https://github.com/go-gitea/gitea/assets/18380374/747622da-56e3-4162-b391-919787a8cee4)

---------

Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
yp05327
2024-03-26 05:18:58 +09:00
committed by GitHub
parent 8fe26fb314
commit 13921569dd
2 changed files with 5 additions and 4 deletions

View File

@ -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 */