Skip to content

Commit 39e7af6

Browse files
committed
Sidebar: Adjust Coveo styling to better match product selector
Applies to mobile
1 parent 0e0e3b7 commit 39e7af6

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

assets/css/v2/style.css

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -857,11 +857,22 @@ ol li:last-child {
857857
flex-direction: column;
858858
}
859859

860+
.product-selector {
861+
padding-top: 0;
862+
}
863+
860864
.sidebar__search {
861865
display: unset;
862866
width: calc(var(--sidebar-width));
863-
margin-block-start: 0.5rem;
864-
padding-inline: 0.5rem;
867+
padding-top: var(--space-s);
868+
padding-right: var(--sidebar-item-padding-lr);
869+
overflow: hidden;
870+
871+
#search-standalone-sidebar {
872+
atomic-search-box {
873+
width: 100%;
874+
}
875+
}
865876
}
866877
}
867878
}

0 commit comments

Comments
 (0)