Skip to content

Commit

Permalink
feat(ui): redesign Dataframe editor - AI-23
Browse files Browse the repository at this point in the history
  • Loading branch information
madeindjs committed Jan 21, 2025
1 parent ef7030d commit abcc2a8
Show file tree
Hide file tree
Showing 8 changed files with 502 additions and 228 deletions.
5 changes: 3 additions & 2 deletions src/ui/src/components/core/base/BaseDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ onUnmounted(() => window.removeEventListener("scroll", closePopover));
.BaseDropdown__trigger {
cursor: pointer;
background-color: var(--separatorColor);
border: 1px solid var(--emptinessColor);
background-color: transparent;
border: none;
height: 16px;
width: 16px;
border-radius: 4px;
Expand All @@ -95,6 +95,7 @@ onUnmounted(() => window.removeEventListener("scroll", closePopover));
position: absolute;
z-index: 1;
top: 18px;
transform: translateX(calc(-100% + 18px));
background-color: white;
flex-direction: column;
Expand Down
Loading

0 comments on commit abcc2a8

Please sign in to comment.