style: Further refine EasySwitchManager card layout by adjusting column classes for improved responsiveness and visual consistency across various screen sizes.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m57s

This commit is contained in:
2025-12-07 15:10:50 +07:00
parent e3ad529411
commit 37b34f718c
+2 -2
View File
@@ -630,7 +630,7 @@ function EasySwitchManager() {
const hasFilterForComm = server.filtersMap.has(comm.value);
return (
<div key={comm.value} className="col-12 col-xl-6">
<div key={comm.value} className="col-12 col-md-6 col-lg-4">
<div className="mb-2">
{/* Заголовок community */}
<div className="mb-2">
@@ -656,7 +656,7 @@ function EasySwitchManager() {
const ping = 20 + idx * 10 + Math.floor(Math.random() * 15);
return (
<div key={gw.name} className="col-12 col-sm-6 col-md-4">
<div key={gw.name} className="col-12 col-sm-4">
<div
className={`card cursor-pointer h-100 ${isActive ? 'bg-primary text-white' : ''}`}
style={{