Hi, everyone. My multirow bookmarks no longer seem to work since my latest update to 107.0 (64 bit). My computer crashed and when it came back up Firefox no longer worked… (read more)
Hi, everyone. My multirow bookmarks no longer seem to work since my latest update to 107.0 (64 bit). My computer crashed and when it came back up Firefox no longer worked. I reinstalled it and have a bit of cleanup to do, but everything works now except my faithful (up-to-now) multirow toolbar. Here's the code in my userChrome.css file.
/* Multi-Row Bookmarks Toolbar */
- PersonalToolbar {
/* Override max-height */
min-height: unset !important;
max-height: unset !important; */
}
- PlacesToolbar > hbox:first-child {
display: block
}
- PlacesToolbarItems {
display: flex;
flex-wrap: wrap
}
Previously, this was in my profile folder. If I move this out of the profile folder, my browser works fine but there is no multi-row toolbar. If I put it back into the profile folder, I have a multi-row toolbar, but no contentd in the main window.
I am perplexed. Help?
--elizabeth