Skip to content

Commit f282d28

Browse files
committed
Update SlidePanel styling with left-side positioning and shadow
1 parent ff17e31 commit f282d28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xp-archive/client/versionSelector/SlidePanel/SlidePanel.module.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
border: none;
1414
margin: 0;
1515
display: flex;
16-
justify-content: flex-end;
16+
justify-content: flex-start;
1717
}
1818

1919
.panel {
@@ -22,10 +22,10 @@
2222
width: 400px;
2323
height: 100vh;
2424
background: var(--a-surface-default);
25-
box-shadow: -4px 0 8px rgba(0, 0, 0, 0.1);
25+
box-shadow: 4px 0 8px rgba(0, 0, 0, 0.1);
2626
padding: 24px 20px;
2727
overflow-y: auto;
28-
transform: translateX(100%);
28+
transform: translateX(-100%);
2929
animation: slideIn 0.2s ease-out forwards;
3030
margin: 0;
3131
}

0 commit comments

Comments
 (0)