Compare commits

..

No commits in common. "f5fe52bbb35eac44f348ac19dd62f44a95372f75" and "472b604c8eacd9478c8f7556203705bd7866ba86" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "real-debrid-downloader", "name": "real-debrid-downloader",
"version": "1.7.206", "version": "1.7.205",
"description": "Desktop downloader", "description": "Desktop downloader",
"main": "build/main/main/main.js", "main": "build/main/main/main.js",
"author": "Sucukdeluxe", "author": "Sucukdeluxe",

View File

@ -3319,8 +3319,6 @@ td {
.acct2-mode { font-size: 11px; color: var(--muted); } .acct2-mode { font-size: 11px; color: var(--muted); }
.acct2-traffic, .acct2-traffic,
.acct2-expiry { font-variant-numeric: tabular-nums; color: var(--muted); } .acct2-expiry { font-variant-numeric: tabular-nums; color: var(--muted); }
.acct2-head > span:nth-child(3),
.acct2-traffic { text-align: center; }
.acct2-user { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .acct2-user { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.acct2-status .account-validity-badge { margin-top: 0; } .acct2-status .account-validity-badge { margin-top: 0; }
.acct2-nostatus { color: var(--muted); opacity: 0.6; font-variant-numeric: tabular-nums; } .acct2-nostatus { color: var(--muted); opacity: 0.6; font-variant-numeric: tabular-nums; }