From e3ad52941151e5af35db5db4f0fd70ef0b29b0bd Mon Sep 17 00:00:00 2001 From: shats Date: Sun, 7 Dec 2025 14:04:29 +0700 Subject: [PATCH] style: Adjust EasySwitchManager card layout to improve responsiveness by modifying column classes, enhancing visual consistency across different screen sizes. --- frontend/src/EasySwitchManager.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/EasySwitchManager.jsx b/frontend/src/EasySwitchManager.jsx index 3a5cb96..fb1fb2c 100644 --- a/frontend/src/EasySwitchManager.jsx +++ b/frontend/src/EasySwitchManager.jsx @@ -656,7 +656,7 @@ function EasySwitchManager() { const ping = 20 + idx * 10 + Math.floor(Math.random() * 15); return ( -
+