From c5102a86d83ef622c2d64d3551a53902b7faccac Mon Sep 17 00:00:00 2001 From: Mackie Date: Mon, 8 Jun 2026 08:37:01 +0800 Subject: [PATCH] tr --- src/App.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.css b/src/App.css index ef36a56..fe1fe22 100644 --- a/src/App.css +++ b/src/App.css @@ -11,7 +11,7 @@ height: 600px; /* Fixed height for virtualization */ overflow: auto; border: 1px solid #2d3748; - border-radius: 8px; + border-radius: 16px; background-color: #1a202c; } @@ -29,7 +29,7 @@ padding: 0 1rem; box-sizing: border-box; border-bottom: 1px solid #2d3748; - height: 35px; /* Match your estimateSize in the virtualizer */ + height: 55px; /* Match your estimateSize in the virtualizer */ } .row-inner {