Skip to content

Commit 6695bbe

Browse files
author
rocketraccoon
committed
feat: move action buttons to left side
1 parent 812f01c commit 6695bbe

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

lib/static/new-ui/components/TreeViewItemTitle/index.module.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,9 @@
99
.actions-container {
1010
opacity: 0;
1111
display: flex;
12-
position: absolute;
13-
right: 30px;
14-
top: 50%;
15-
transform: translateY(-50%);
12+
margin: -2px 0;
1613
z-index: 1;
1714
border-radius: 6px;
18-
box-shadow: 0 0 7px 10px var(--background-color, rgb(242 242 242));
1915
background: var(--background-color, rgb(242 242 242));
2016
}
2117

0 commit comments

Comments
 (0)