mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-01 10:33:23 +09:00
enhance(repo): unify diff stats on commit pages, misc diff tweaks (#39134)
Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
co-authored by
silverwind
wxiaoguang
parent
8ef7a9e46d
commit
27570ea685
@@ -114,7 +114,6 @@ function updateState(visible: boolean) {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.5rem;
|
||||
margin-right: .5rem;
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
}
|
||||
@@ -124,7 +123,6 @@ function updateState(visible: boolean) {
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
padding-top: 1px; /* match .diff-file-box's top border so this row aligns with .diff-file-header */
|
||||
padding-bottom: 0.25rem;
|
||||
}
|
||||
|
||||
.diff-file-search-wrapper {
|
||||
|
||||
Reference in New Issue
Block a user