0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-10-28 13:17:15 -04:00

Use LFS object size instead of blob size when viewing a LFS file (#35679) (#35680)

Backport #35679 by surya-purohit

shows the main LFS filesize instead of the pointer filesize when viewing
a file

Co-authored-by: Surya Purohit <suryaprakash.sharma@sourcefuse.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
Giteabot
2025-10-16 22:41:24 +08:00
committed by GitHub
parent 18b178e63f
commit f71df88a6b
8 changed files with 18 additions and 13 deletions

View File

@@ -1582,6 +1582,7 @@ tbody.commit-list {
display: flex;
align-items: center;
width: max-content;
gap: 0.25em;
}
.file-info-entry + .file-info-entry {