diff --git a/contrib/webconsole/torrent_client.html b/contrib/webconsole/torrent_client.html index 9232174f..5ed2c71b 100644 --- a/contrib/webconsole/torrent_client.html +++ b/contrib/webconsole/torrent_client.html @@ -64,7 +64,7 @@ background: var(--card-bg); border: 1px solid var(--border-color); border-radius: var(--radius); - overflow: auto; + overflow: hidden; } .torrent-wrapper table { @@ -139,6 +139,10 @@ background-color: var(--danger); color: white; } + + .content { + max-width: 100em; /*fix for torrent interface*/ + }