Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 5331b6d

Browse files
authored
UX: wider search pane, border, smaller font size (#1238)
1 parent fb68ae9 commit 5331b6d

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

assets/stylesheets/modules/ai-bot/common/ai-discobot-discoveries.scss

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
@include breakpoint("medium", min-width) {
112112
.search-menu .menu-panel:has(.ai-search-discoveries__discoveries-title) {
113113
width: 80vw;
114-
max-width: 800px;
114+
max-width: 900px;
115115
transition: width 0.5s;
116116

117117
.results {
@@ -129,7 +129,14 @@
129129
// always in the second column, always spans all rows
130130
grid-column-start: 2;
131131
grid-row: 1 / -1;
132-
padding-top: 0;
132+
box-sizing: border-box;
133+
padding: 0 0.5em 0 2em;
134+
margin: 0.75em 0 0 0;
135+
border-left: 1px solid var(--primary-low);
136+
137+
.cooked {
138+
font-size: var(--font-down-1);
139+
}
133140
}
134141
}
135142

@@ -139,10 +146,6 @@
139146
padding-right: 0.5em;
140147
}
141148

142-
.ai-search-discoveries__discoveries-title {
143-
margin-top: 0.5em;
144-
}
145-
146149
.ai-search-discoveries__regular-results-title {
147150
display: none;
148151
}

0 commit comments

Comments
 (0)