Skip to content

Commit d59dc12

Browse files
committed
Coveo: Fix clipping on sidebar + touch up colors
1 parent 0c5ec9e commit d59dc12

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

assets/css/v2/style.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -700,8 +700,11 @@ ol li:last-child {
700700

701701
.sidebar__search {
702702
display: unset;
703-
width: calc(var(--sidebar-width) - 4rem);
704-
margin-inline-start: 1rem;
703+
width: calc(var(--sidebar-width));
704+
--atomic-primary: oklch(var(--color-brand)); /* Adjust the primary color */
705+
--atomic-ring-primary: oklch(var(--color-brand) / 0.4); /* Adjust the focus color */
706+
margin-block-start: 0.5rem;
707+
padding-inline: 0.5rem;
705708
}
706709
}
707710
}

0 commit comments

Comments
 (0)