Release v1.7.6

This commit is contained in:
Sucukdeluxe
2026-03-07 04:12:09 +01:00
parent 31c9f118e2
commit 6327068fed
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -1210,7 +1210,7 @@ body,
--account-col-status: 300px;
--account-col-info: 220px;
--account-col-secret: 180px;
--account-col-actions: 400px;
--account-col-actions: 560px;
width: 100%;
}
@@ -1223,7 +1223,7 @@ body,
minmax(140px, var(--account-col-status))
minmax(160px, var(--account-col-info))
minmax(180px, var(--account-col-secret))
minmax(280px, var(--account-col-actions));
minmax(420px, var(--account-col-actions));
gap: 10px;
align-items: center;
width: 100%;
@@ -1311,7 +1311,7 @@ body,
}
.account-row > .account-cell.account-row-actions {
justify-content: center;
justify-content: flex-start;
}
.account-service-cell {