From 1c8614bc33d97219f4ad5fcc4757cc3a4ab8122b Mon Sep 17 00:00:00 2001 From: idk <hankhill19580@gmail.com> Date: Sat, 30 Jan 2021 23:22:07 -0500 Subject: [PATCH] Allow wider i2ptunnel panel in dark mode, also force a dockerhub build --- apps/i2ptunnel/jsp/themes/dark/i2ptunnel.css | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/i2ptunnel/jsp/themes/dark/i2ptunnel.css b/apps/i2ptunnel/jsp/themes/dark/i2ptunnel.css index f57cbbac20..04ed04a54f 100644 --- a/apps/i2ptunnel/jsp/themes/dark/i2ptunnel.css +++ b/apps/i2ptunnel/jsp/themes/dark/i2ptunnel.css @@ -133,7 +133,6 @@ hr { padding: 5px 3px 5px 1px !important; width: calc(100% - 14px); min-width: 700px; - max-width: 1400px; overflow: hidden; text-align: left; color: #e6e6e7; -- GitLab