1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-25 11:48:37 +00:00

Optimize flex layout of release attachment area (#34885) (#34886)

Backport #34885 by kerwin612

Co-authored-by: Kerwin Bryant <kerwin612@qq.com>
This commit is contained in:
Giteabot
2025-06-28 09:10:41 +08:00
committed by GitHub
parent c6467edcb1
commit 90e9e79232
2 changed files with 6 additions and 2 deletions

View File

@@ -70,8 +70,12 @@
flex-wrap: wrap;
}
#release-list .release-entry .attachment-list > .item a {
min-width: 300px;
}
#release-list .release-entry .attachment-list .attachment-right-info {
flex-grow: 1;
flex-shrink: 0;
min-width: 300px;
}