Skip to content

Commit bd3242f

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

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

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

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

0 commit comments

Comments
 (0)