forked from I2P_Developers/i2p.i2p
I2PSnark: TorrentName width tuneup.
This commit is contained in:
@ -639,7 +639,7 @@ public class I2PSnarkServlet extends Default {
|
||||
return rv;
|
||||
}
|
||||
|
||||
private static final int MAX_DISPLAYED_FILENAME_LENGTH = 44;
|
||||
private static final int MAX_DISPLAYED_FILENAME_LENGTH = 50;
|
||||
private static final int MAX_DISPLAYED_ERROR_LENGTH = 6;
|
||||
private void displaySnark(PrintWriter out, Snark snark, String uri, int row, long stats[], boolean showPeers, boolean showDebug) throws IOException {
|
||||
String filename = snark.torrent;
|
||||
|
@ -381,7 +381,7 @@ td:first-child {
|
||||
.page {
|
||||
background: #323 url('/themes/snark/ubergine/images/tile2.png');
|
||||
color: #310;
|
||||
min-width: 940px !important;
|
||||
min-width: 950px !important;
|
||||
margin: 5px 0 0 0;
|
||||
padding: 10px 10px 0px 10px;
|
||||
-moz-border-radius: 4px;
|
||||
|
Reference in New Issue
Block a user