From d62431c4fa52bee1a8258831310d141fdce5003f Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Thu, 3 Sep 2026 14:48:19 +0100 Subject: [PATCH] Update CSS for ObjectKanban Component to Improve Resizing and Visual Feedback - Adjusted the positioning of the column resize handle for better alignment and user interaction. - Modified hover styles for the resize handle to enhance visual feedback during resizing actions. - Updated dimensions of the list view tabs color dot for a more consistent appearance. - Changed overflow property in the ObjectKanbanColumnSkeleton to allow for better content visibility. --- assets/stylesheets/App.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/stylesheets/App.css b/assets/stylesheets/App.css index 05275861..d7832b06 100644 --- a/assets/stylesheets/App.css +++ b/assets/stylesheets/App.css @@ -3029,8 +3029,8 @@ body.objectKanbanColumnResizing * { .list-view-tabs-color-dot { display: inline-block; - width: 8px; - height: 8px; + width: 6px; + height: 6px; border-radius: 50%; flex-shrink: 0; }