Firefox Developer 70
Hi,
Unfortunately your code doesn't work on Firefox Developer 70
Unfortunately your code doesn't work on Firefox Developer 70
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
For me, the 3 column menu is too tall and I have to use the 4 column version (link below). But otherwise, the fixes added for Firefox 66 are still working.
https://userstyles.org/styles/170093/bookmarks-menu-in-four-columns
Oh, now with today's update, it stopped working. Must investigate. Thanks.
Edit: I'm having a lot of problems with the Browser Toolbox this morning. Maybe tonight.
Bookmark and history lists are now built using a Shadow DOM element. I've never worked with Shadow DOM before and it's probably going to take me a while to figure out how best to deal with it.
There is no (obvious) way to determine the context of the rules (for example, the bookmarks menu) -- unfortunately, the formal solution for that isn't supported in Firefox yet: :host-context(). As a result, the style rules I'm currently testing have side effects in other areas of the UI, such as a multi-column history menu.
Hopefully I or someone else will come up with something. I have too many bookmarks to go back to single column.
Well, this is very frustrating. The best I can do is to have large empty areas on the menus. The height can be corrected by specifying the number of columns, but since there isn't a convenient way to set the number of columns differently for folders, some items get cut off.
now it is much better: I have the columns
I pasted this into the earlier code for Firefox 70:
Then it is on par with how bad Firefox 70 looks. ;-)
Thanks
/* display: block !important; changed this from block to table */ display: table !important;
https://www.reddit.com/r/firefox/comments/f1i8ds/how_to_span_long_list_bookmarks_to_multiple/