feat(downloads): add column layout reset action

This commit is contained in:
Sucukdeluxe
2026-08-20 23:56:15 +02:00
parent cee3e988f6
commit 9942b2275e
4 changed files with 47 additions and 5 deletions
@@ -527,6 +527,21 @@
padding: 0;
}
.downloads-header-action-cell {
flex-direction: column;
gap: 1px;
line-height: 11px;
}
.downloads-header-action-cell .downloads-column-reset-button {
width: 20px;
height: 20px;
min-height: 20px;
border-radius: 4px;
font-size: 15px;
line-height: 1;
}
.downloads-collapse-button {
box-sizing: border-box;
flex: 0 0 30px;