From e7a1dc5e65cb1c746d6278b49f94c8892103829e Mon Sep 17 00:00:00 2001
From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com>
Date: Tue, 3 Feb 2026 08:27:53 +0530
Subject: [PATCH] feat: add input validation to easy-ssh-tunnel
---
content/easy-ssh-tunnel/index.html | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/content/easy-ssh-tunnel/index.html b/content/easy-ssh-tunnel/index.html
index 0d560b6c..a8077cfe 100644
--- a/content/easy-ssh-tunnel/index.html
+++ b/content/easy-ssh-tunnel/index.html
@@ -70,6 +70,12 @@
grid-column: span 2 / span 2;
}
+ .post-content:has(input:invalid) {
+ #command {
+ display: none;
+ }
+ }
+
#command {
background: oklch(45.2% 0.211 324.591);
margin-top: 1rem;
@@ -89,7 +95,7 @@
-
+