Skip to content

Commit 6804022

Browse files
committed
Smoother side menu item transition when expanding
1 parent a45d8ca commit 6804022

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

apps/webapp/app/tailwind.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
opacity: 1 !important;
1717
}
1818

19+
/* Sidebar reorder grid: only animate transform (vertical position), not width/height */
20+
.sidebar-reorder-grid .react-grid-item {
21+
transition: transform 200ms ease !important;
22+
}
23+
1924
/* Override resize handle icon to white */
2025
.react-resizable-handle {
2126
background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiNmZmZmZmYiLz48L2c+PC9zdmc+') !important;

0 commit comments

Comments
 (0)