Increase column widths for Fortschritt/Größe/Geladen spacing
Some checks are pending
Build and Release / build (push) Waiting to run

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sucukdeluxe 2026-03-02 21:51:43 +01:00
parent 546d6af598
commit 0d6053fa76
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "real-debrid-downloader",
"version": "1.5.26",
"version": "1.5.27",
"description": "Real-Debrid Downloader Desktop (Electron + React + TypeScript)",
"main": "build/main/main/main.js",
"author": "Sucukdeluxe",

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;