meilisearch / vuepress-plugin-meilisearch

Add a relevant and typo tolerant search bar to your VuePress
MIT License
64 stars 14 forks source link

Fix mobile in dark mode #171

Closed mdubus closed 3 years ago

mdubus commented 3 years ago

What's wrong ?

Dark mode in mobile is broken

What's inside this PR ?

A color change on the correct class in mobile, with an !important to override the light mode's !important 🙄

Screenshots

Before: before

After: after

bidoubiwa commented 3 years ago

Mobile searchbar is a bit broken but I think the problem may be related to docs-searchbar.js and not this plugin

Screenshot 2021-07-07 at 17 45 50 Screenshot 2021-07-07 at 17 44 57

compared to algolia:

Screenshot 2021-07-07 at 17 46 35
mdubus commented 3 years ago

Mobile searchbar is a bit broken but I think the problem may be related to docs-searchbar.js and not this plugin

Actually that's because of the layout "columns" by default, which is not a good idea in mobile. If you change the layout to "simple", it's much more better :) But yes, people shouldn't have to choose the "simple" layout because the columns one seems broken in mobile, I totally agree !

Capture d’écran 2021-07-08 à 08 29 23 Capture d’écran 2021-07-08 à 08 29 36
bidoubiwa commented 3 years ago

bors merge

bors[bot] commented 3 years ago

Build succeeded: