blob: 94133ea111f7c659aa1a6db459e19eb3be89b41d [file] [log] [blame]
<style>
:host {
--cr-realbox-min-width: 75%;
--cr-realbox-width: 100%;
font-size: 14.6px; /* closely resembles the omnibox input font size. */
}
/**
* Show the secondary side if it can be shown and is currently available to be
* shown.
*/
:host([can-show-secondary-side][has-secondary-side]) {
--cr-realbox-secondary-side-display: block;
}
</style>
<cr-realbox-dropdown id="matches" result="[[result_]]"
can-show-secondary-side="[[canShowSecondarySide]]"
has-secondary-side="{{hasSecondarySide}}"
on-dom-change="onResultRepaint_">
</cr-realbox-dropdown>