aaFn / Bookmark-search-plus-2

Displays and filters bookmarks on search string, show parent folders. This is a Web Extension add-on version of the old "Bookmark search plus" XUL extension published by Alice0775, not working anymore in latest Firefox, and which was very useful.
116 stars 11 forks source link

Custom CSS Area #301

Closed N3C2L closed 2 months ago

N3C2L commented 4 months ago

Hello!

Thanks for your effort in this addon! Highly Appreciated! May I ask you for a feature? I find the search results too small when the addon is opened in a tab. If I could, I would change from this:

searchresult {

height: 20%;

}

to this:

searchresult {

height: 50%;

}

It would be really helpful if you could implement a CSS text box area where users can paste some custom CSS that work for your addon.

Please let me know what you think about this.

Thanks!

aaFn commented 4 months ago

Hello @N3C2L , the searchresult area is resizeable, and if you tick the option to "Remember the size of resizeable objects ..", it will persist across sessions and FF restarts.

On the CSS text box area, probably one day, but not now.

Gitoffthelawn commented 3 months ago

@N3C2L If you are using Firefox, you can create a userContent.css file, and customize BSP2 to your heart's desire! If you're not familiar with userContent.css, where to place it, or which Firefox prefs need to be set to use it, a web search will yield comprehensive details.

aaFn commented 2 months ago

Closing the issue for now, thank you aaFn.