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
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m57s
This commit is contained in:
@@ -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={{
|
||||
|
||||
Reference in New Issue
Block a user