fix: harden audited download and release paths

This commit is contained in:
NimBold
2026-07-21 08:39:54 +03:30
parent 69ce2b15ba
commit 886388d5f2
14 changed files with 219 additions and 51 deletions
+8 -2
View File
@@ -1902,7 +1902,7 @@ html[data-list-density="relaxed"] {
flex-direction: column;
min-height: 0;
min-width: 0;
overflow-x: hidden;
overflow-x: auto;
overflow-y: hidden;
}
@@ -1935,6 +1935,11 @@ html[data-list-density="relaxed"] {
padding-inline-end: 0;
}
.download-table-header > div:last-child,
.download-row > div:last-child {
grid-column: 7;
}
.download-table-header > div > span {
min-width: 0;
overflow: hidden;
@@ -1991,7 +1996,8 @@ body.is-resizing .column-resize-handle:hover::after {
.download-table-list {
height: 100%;
min-height: 0;
overflow: auto;
overflow-x: hidden;
overflow-y: auto;
display: flex;
flex-direction: column;
}