Closed blacklightpy closed 3 days ago
I found this in inspect element using Kiwi Browser.
.search>#search-container>#search-space>#search-layout>#preview-container .preview-inner {
width: min(0px,100%);
margin: 0 auto;
}
Changing it to this worked:
.search>#search-container>#search-space>#search-layout>#preview-container .preview-inner {
width: max(0px,100%);
margin: 0 auto;
}
I don't have PC so I don't know what variable to change yet.
Found it. Setting mobile width to 0 breaks the search bar.
Describe the bug The search popup has disproportionate widths when I change the breakpoint width of the desktop layout.
To Reproduce 1.Set
desktop: max(1200px, calc(100vw - 1px)),
invariables.scss
and build.Expected behavior Search page shows content with proper width.
Screenshots and Source
Test site: https://jyo.mom/notes Repo: https://github.com/blacklightpy/notes
Desktop (please complete the following information):
node
Version: GitHub actionsnpm
version: GitHub actions