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.
This commit is contained in:
Tom Butcher 2026-09-03 14:48:19 +01:00
parent 5e6b4213ab
commit d62431c4fa

View File

@ -3029,8 +3029,8 @@ body.objectKanbanColumnResizing * {
.list-view-tabs-color-dot { .list-view-tabs-color-dot {
display: inline-block; display: inline-block;
width: 8px; width: 6px;
height: 8px; height: 6px;
border-radius: 50%; border-radius: 50%;
flex-shrink: 0; flex-shrink: 0;
} }