From fd2b44244fdea5e043f76cab2000bb98c875ac60 Mon Sep 17 00:00:00 2001 From: zzz Date: Wed, 12 Aug 2026 10:14:30 -0400 Subject: [PATCH] i2psnark: CSS tweak --- apps/i2psnark/resources/themes/dark/snark.css | 1 + apps/i2psnark/resources/themes/light/snark.css | 1 + apps/i2psnark/resources/themes/ubergine/snark.css | 1 + apps/i2psnark/resources/themes/vanilla/snark.css | 1 + 4 files changed, 4 insertions(+) diff --git a/apps/i2psnark/resources/themes/dark/snark.css b/apps/i2psnark/resources/themes/dark/snark.css index 6836ea6ab..67c54cc38 100644 --- a/apps/i2psnark/resources/themes/dark/snark.css +++ b/apps/i2psnark/resources/themes/dark/snark.css @@ -677,6 +677,7 @@ th.snarkTorrentStatus { -webkit-user-select: all; -ms-user-select: all; user-select: all; + font-family: monospace; } .snarkDirInfo th img { diff --git a/apps/i2psnark/resources/themes/light/snark.css b/apps/i2psnark/resources/themes/light/snark.css index f5d881c18..9efd40ec9 100644 --- a/apps/i2psnark/resources/themes/light/snark.css +++ b/apps/i2psnark/resources/themes/light/snark.css @@ -1116,6 +1116,7 @@ tr:hover .percentBarText { -webkit-user-select: all; -ms-user-select: all; user-select: all; + font-family: monospace; } .snarkDirInfo thead img { diff --git a/apps/i2psnark/resources/themes/ubergine/snark.css b/apps/i2psnark/resources/themes/ubergine/snark.css index 7f5777f46..26fd9c795 100644 --- a/apps/i2psnark/resources/themes/ubergine/snark.css +++ b/apps/i2psnark/resources/themes/ubergine/snark.css @@ -869,6 +869,7 @@ _:-ms-lang(x), .snarkTorrents tbody tr:hover, .snarkDirInfo tbody tr:hover { -webkit-user-select: all; -ms-user-select: all; user-select: all; + font-family: monospace; } #torrentInfoControl td, #torrentOrderControl td { diff --git a/apps/i2psnark/resources/themes/vanilla/snark.css b/apps/i2psnark/resources/themes/vanilla/snark.css index 8ff1f63c0..9ae283f38 100644 --- a/apps/i2psnark/resources/themes/vanilla/snark.css +++ b/apps/i2psnark/resources/themes/vanilla/snark.css @@ -948,6 +948,7 @@ _:-ms-lang(x), .snarkTorrents tbody tr:hover, .snarkDirInfo tbody tr:hover { -webkit-user-select: all; -ms-user-select: all; user-select: all; + font-family: monospace; } #torrentInfoControl {