fix: fix max-width for content

This commit is contained in:
wipedlifepotato
2026-08-24 17:05:39 +03:00
parent 114f5e4f05
commit e0e8197426
+5 -1
View File
@@ -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*/
}
</style>
<div class="torrent-wrapper">