Increase column widths for Fortschritt/Größe/Geladen spacing
Build and Release / build (push) Has been cancelled

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sucukdeluxe
2026-03-02 21:51:43 +01:00
co-authored by Claude Opus 4.6
parent 546d6af598
commit 0d6053fa76
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -577,7 +577,7 @@ body,
.pkg-column-header {
display: grid;
grid-template-columns: 1fr 55px 80px 80px 220px 180px 100px;
grid-template-columns: 1fr 70px 90px 90px 220px 180px 100px;
gap: 8px;
padding: 5px 12px;
background: var(--card);
@@ -603,7 +603,7 @@ body,
.pkg-columns {
display: grid;
grid-template-columns: 1fr 55px 80px 80px 220px 180px 100px;
grid-template-columns: 1fr 70px 90px 90px 220px 180px 100px;
gap: 8px;
align-items: center;
min-width: 0;
@@ -1092,7 +1092,7 @@ td {
.item-row {
display: grid;
grid-template-columns: 1fr 55px 80px 80px 220px 180px 100px;
grid-template-columns: 1fr 70px 90px 90px 220px 180px 100px;
gap: 8px;
align-items: center;
margin: 0 -12px;