mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-17 14:14:06 +09:00
@ -71,11 +71,13 @@
|
||||
|
||||
#git-graph-container li .author {
|
||||
color: var(--color-text-light);
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
#git-graph-container li .time {
|
||||
color: var(--color-text-light-3);
|
||||
font-size: 80%;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
#git-graph-container li a:not(.ui):hover {
|
||||
@ -109,6 +111,10 @@
|
||||
background-color: var(--color-secondary-alpha-30);
|
||||
}
|
||||
|
||||
#git-graph-container #rev-list .commit-refs {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
#git-graph-container #rev-list .commit-refs .button {
|
||||
padding: 2px 4px;
|
||||
margin-right: 0.25em;
|
||||
|
Reference in New Issue
Block a user