mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-08-28 03:04:30 +00:00
fix: fix max-width for content
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user