UX: wider search pane, border, smaller font size (#1238)

This commit is contained in:
Kris 2025-04-01 12:57:32 -04:00 committed by GitHub
parent fb68ae9698
commit 5331b6dd8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -111,7 +111,7 @@
@include breakpoint("medium", min-width) {
.search-menu .menu-panel:has(.ai-search-discoveries__discoveries-title) {
width: 80vw;
max-width: 800px;
max-width: 900px;
transition: width 0.5s;
.results {
@ -129,7 +129,14 @@
// always in the second column, always spans all rows
grid-column-start: 2;
grid-row: 1 / -1;
padding-top: 0;
box-sizing: border-box;
padding: 0 0.5em 0 2em;
margin: 0.75em 0 0 0;
border-left: 1px solid var(--primary-low);
.cooked {
font-size: var(--font-down-1);
}
}
}
@ -139,10 +146,6 @@
padding-right: 0.5em;
}
.ai-search-discoveries__discoveries-title {
margin-top: 0.5em;
}
.ai-search-discoveries__regular-results-title {
display: none;
}