Skip to content

Commit b434c19

Browse files
committed
front: center resize handle
Signed-off-by: nncluzu <[email protected]>
1 parent e34d73c commit b434c19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

front/src/styles/scss/common/components/_resizableSection.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@
55
display: flex;
66
justify-content: center;
77
align-items: center;
8+
z-index: 1;
9+
transform: translateY(8px); // Move handle down to center it in the 16px gap
810

911
&::after {
1012
content: '';
1113
width: 72px;
1214
height: 4px;
1315
border-radius: 2px;
14-
margin-bottom: 6px;
1516
background-color: var(--coolgray3);
1617
}
1718
&:hover::after {

0 commit comments

Comments
 (0)