Skip to content

Commit 370f800

Browse files
committed
Sidebar: Change icon angle + animation
1 parent 542a5af commit 370f800

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/css/v2/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ body:not(:has(.main-layout)) header atomic-search-interface {
607607
position: absolute;
608608
top: 0;
609609
min-width: 80%;
610-
margin-top: 7.375rem;
610+
margin-top: 8.375rem;
611611
margin-left: 44rem;
612612
padding: 1rem 1.5rem;
613613
background-color: white;
@@ -618,7 +618,7 @@ body:not(:has(.main-layout)) header atomic-search-interface {
618618
button:has(~ .product-selector[style*="block"])
619619
> .product-selector-button-icon {
620620
transition: transform 0.25s ease-in-out;
621-
transform: rotate(180deg);
621+
transform: rotate(90deg);
622622
}
623623

624624
button:has(~ .product-selector[style*="none"]) > .product-selector-button-icon {

0 commit comments

Comments
 (0)