Skip to content

Commit 904cb64

Browse files
committed
Sidebar: Adjust Coveo styling to better match product selector
Applies to mobile
1 parent f3f8b0f commit 904cb64

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
@@ -864,11 +864,22 @@ ol li:last-child {
864864
flex-direction: column;
865865
}
866866

867+
.product-selector {
868+
padding-top: 0;
869+
}
870+
867871
.sidebar__search {
868872
display: unset;
869873
width: calc(var(--sidebar-width));
870-
margin-block-start: 0.5rem;
871-
padding-inline: 0.5rem;
874+
padding-top: var(--space-s);
875+
padding-right: var(--sidebar-item-padding-lr);
876+
overflow: hidden;
877+
878+
#search-standalone-sidebar {
879+
atomic-search-box {
880+
width: 100%;
881+
}
882+
}
872883
}
873884
}
874885
}

0 commit comments

Comments
 (0)