From cb1818ab37ea4f57eb3ecb05cbd67ad59c684b45 Mon Sep 17 00:00:00 2001 From: open-trade Date: Thu, 30 Dec 2021 16:31:33 +0800 Subject: [PATCH] same width of session card --- src/ui/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/index.css b/src/ui/index.css index 6e69bddd7..c47da6d2f 100644 --- a/src/ui/index.css +++ b/src/ui/index.css @@ -197,7 +197,7 @@ div.remote-session .platform svg { div.remote-session-list { background: white; - width: 240px; + width: 220px; flow: horizontal; }