victrme / Bonjourr

Minimalist & lightweight startpage inspired by iOS
https://bonjourr.fr
GNU General Public License v3.0
880 stars 104 forks source link

Request: Add Searchbar Length Customization Feature #330

Closed qooxlu closed 4 months ago

qooxlu commented 5 months ago

I like using Bonjourr, I've noticed that the searchbar's fixed length often truncates long input content, making it difficult to see the beginning of the input. Although this issue doesn't have a significant impact, I believe it would be beneficial to have a feature that allows users to adjust the searchbar length. If this method is difficult to implement, can I adjust some parameters to make the search bar longer?

victrme commented 5 months ago

Hi @qooxlu,

I'll add this option in the next update! It should have been a long time ago, but we always prioritized something else every time. In the meantime, you can add this CSS to change the searchbar width:

#searchbar-wrapper {
  width: 30em;
  max-width: none;
}
victrme commented 4 months ago

Available with 19.2.0 !