style: Adjust EasySwitchManager card layout to improve responsiveness by modifying column classes, enhancing visual consistency across different screen sizes.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m57s

This commit is contained in:
2025-12-07 14:04:29 +07:00
parent 367d4fd520
commit e3ad529411
+1 -1
View File
@@ -656,7 +656,7 @@ function EasySwitchManager() {
const ping = 20 + idx * 10 + Math.floor(Math.random() * 15);
return (
<div key={gw.name} className="col-6 col-md-4 col-lg-3">
<div key={gw.name} className="col-12 col-sm-6 col-md-4">
<div
className={`card cursor-pointer h-100 ${isActive ? 'bg-primary text-white' : ''}`}
style={{